mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: move driver handlers to own file
This commit is contained in:
@@ -15,10 +15,11 @@ services:
|
||||
# security_opt:
|
||||
# - apparmor:unconfined
|
||||
volumes:
|
||||
- ./main.go:/ironmount/main.go
|
||||
- ./internal:/irounmount/internal
|
||||
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /run/docker/plugins:/run/docker/plugins
|
||||
|
||||
- ./:/app/
|
||||
|
||||
- /home/nicolas/ironmount/tmp:/mounts
|
||||
environment:
|
||||
- GO_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user