changement d'emplacement des fichiers config spécifiques à l'environnement
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
This commit is contained in:
@@ -11,13 +11,18 @@ services:
|
||||
ports:
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- reskreen-data:/app
|
||||
- reskreen-data:/app/config
|
||||
|
||||
backend-cron:
|
||||
image: registry.prod.resk-u.ch/reskreen:latest
|
||||
command: crond -f
|
||||
volumes:
|
||||
- reskreen-data:/app
|
||||
- reskreen-data:/app/config
|
||||
|
||||
volumes:
|
||||
reskreen-data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /home/prod/Reskreen
|
||||
o: bind
|
||||
|
Reference in New Issue
Block a user