mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: init react frontend
This commit is contained in:
@@ -10,12 +10,15 @@ services:
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
- SYS_MODULE
|
||||
ports:
|
||||
- "8080:8080"
|
||||
# security_opt:
|
||||
# - apparmor:unconfined
|
||||
volumes:
|
||||
- ./:/ironmount
|
||||
- ./main.go:/ironmount/main.go
|
||||
- ./internal:/irounmount/internal
|
||||
|
||||
- /run/docker/plugins:/run/docker/plugins
|
||||
|
||||
- /home/nicolas/ironmount/tmp:/mounts
|
||||
environment:
|
||||
- GO_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user