feat: add NFS volume type

This commit is contained in:
Nicolas Meienberger
2025-08-20 21:15:30 +02:00
parent d13763995e
commit 83b4296cfc
12 changed files with 310 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ services:
- SYS_MODULE
ports:
- "8080:8080"
privileged: true
# security_opt:
# - apparmor:unconfined
volumes:
@@ -18,7 +19,7 @@ services:
- ./:/app/
- ./tmp:/mounts #:rshared
- /home/nicolas/ironmount/tmp:/mounts:rshared
environment:
- GO_ENV=development
- VOLUME_ROOT=/Users/nicolas/Developer/dir/ironmount/tmp
- VOLUME_ROOT=/home/nicolas/ironmount/tmp