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
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
backend:
|
||||
image: registry.prod.resk-u.ch/reskreen:latest
|
||||
ports:
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- /home/prod/Reskreen:/app
|
||||
- reskreen-data:/app
|
||||
|
||||
backend-cron:
|
||||
image: registry.prod.resk-u.ch/reskreen:latest
|
||||
command: crond -f
|
||||
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