mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
17 lines
324 B
YAML
17 lines
324 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
ironmount:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
container_name: ironmount
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./:/ironmount
|
|
|
|
- /run/docker/plugins:/run/docker/plugins
|
|
- /tmp/ironmount:/tmp/ironmount
|
|
environment:
|
|
- GO_ENV=development
|