chore: move to go folder

This commit is contained in:
Nicolas Meienberger
2025-08-20 22:15:43 +02:00
parent 83b4296cfc
commit a0be690eb9
21 changed files with 0 additions and 0 deletions

View File

@@ -1,25 +0,0 @@
services:
ironmount:
build:
context: .
dockerfile: Dockerfile.dev
container_name: ironmount
restart: unless-stopped
cap_add:
- SYS_ADMIN
- SYS_MODULE
ports:
- "8080:8080"
privileged: true
# security_opt:
# - apparmor:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
- ./:/app/
- /home/nicolas/ironmount/tmp:/mounts:rshared
environment:
- GO_ENV=development
- VOLUME_ROOT=/home/nicolas/ironmount/tmp