Files
Reskreen/docker-compose.yml
Kirosbr 920d8c2693
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
utilisation de reskreen:latest
2024-07-16 02:33:52 +02:00

20 lines
379 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:
- /home/prod/Reskreen:/app
backend-cron:
image: registry.prod.resk-u.ch/reskreen:latest
command: crond -f
volumes:
- /home/reskreen:/app/Reskreen