adaptation docker-compose
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m39s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m39s
This commit is contained in:
@@ -5,15 +5,24 @@ services:
|
|||||||
image: clerc-frontend:prod
|
image: clerc-frontend:prod
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: registry.prod.resk-u.ch/reskreen:latest
|
image: registry.prod.resk-u.ch/reskreen:latest
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/prod/Reskreen:/app
|
- reskreen-data:/app
|
||||||
|
|
||||||
backend-cron:
|
backend-cron:
|
||||||
image: registry.prod.resk-u.ch/reskreen:latest
|
image: registry.prod.resk-u.ch/reskreen:latest
|
||||||
command: crond -f
|
command: crond -f
|
||||||
volumes:
|
volumes:
|
||||||
- /home/prod/Reskreen:/app
|
- reskreen-data:/app
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
reskreen-data:
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
device: /home/prod/Reskreen
|
||||||
|
o: bind
|
||||||
|
Reference in New Issue
Block a user