Files
Reskreen/docker-compose.yml
Kirosbr a4fc5acec4
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
changement d'emplacement des fichiers config spécifiques à l'environnement
2024-07-16 03:08:04 +02:00

29 lines
505 B
YAML

version: '3.8'
services:
frontend:
image: clerc-frontend:prod
ports:
- "3000:3000"
backend:
image: registry.prod.resk-u.ch/reskreen:latest
ports:
- "8081:8080"
volumes:
- reskreen-data:/app/config
backend-cron:
image: registry.prod.resk-u.ch/reskreen:latest
command: crond -f
volumes:
- reskreen-data:/app/config
volumes:
reskreen-data:
driver: local
driver_opts:
type: none
device: /home/prod/Reskreen
o: bind