This commit is contained in:
cangui 2025-07-27 17:04:47 +02:00
parent e959ec8721
commit 9983b7eb9f

View File

@ -6,7 +6,7 @@ services:
container_name: shelfy-go container_name: shelfy-go
working_dir: /app working_dir: /app
volumes: volumes:
- ./upload:/app/upload # Dossier upload persistant (pas rebuild !) - shelfly_upload:/app/upload # Dossier upload persistant (pas rebuild !)
- go-modules:/go/pkg/mod # Cache Go modules (optionnel, pour accélérer build) - go-modules:/go/pkg/mod # Cache Go modules (optionnel, pour accélérer build)
ports: ports:
- "8090:8080" # HTTP exposé en 8090 - "8090:8080" # HTTP exposé en 8090
@ -19,3 +19,5 @@ services:
volumes: volumes:
go-modules: go-modules:
shelfly_upload: