adaptation docker-compose
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m39s

This commit is contained in:
2024-07-16 02:47:15 +02:00
parent 9603330b18
commit 9959825622

View File

@@ -5,15 +5,24 @@ services:
image: clerc-frontend:prod
ports:
- "3000:3000"
backend:
image: registry.prod.resk-u.ch/reskreen:latest
ports:
- "8081:8080"
volumes:
- /home/prod/Reskreen:/app
- reskreen-data:/app
backend-cron:
image: registry.prod.resk-u.ch/reskreen:latest
command: crond -f
volumes:
- /home/prod/Reskreen:/app
- reskreen-data:/app
volumes:
reskreen-data:
driver: local
driver_opts:
type: none
device: /home/prod/Reskreen
o: bind