Some checks failed
Build and Push Docker Image / build (push) Failing after 5m9s
Utilisation du même volume bind
20 lines
375 B
YAML
20 lines
375 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/prod/Reskreen:/app
|