Files
Reskreen/docker-compose.yml
Kirosbr 9b287b5ff7
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m43s
changement docker-compose
2024-07-16 02:51:40 +02:00

24 lines
391 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
backend-cron:
image: registry.prod.resk-u.ch/reskreen:latest
command: crond -f
volumes:
- reskreen-data:/app
volumes:
reskreen-data: