utilisation de reskreen:latest
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
This commit is contained in:
@@ -6,14 +6,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
backend:
|
backend:
|
||||||
image: reskreen:prod
|
image: registry.prod.resk-u.ch/reskreen:latest
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/prod/Reskreen:/app
|
- /home/prod/Reskreen:/app
|
||||||
|
|
||||||
backend-cron:
|
backend-cron:
|
||||||
image: reskreen:prod
|
image: registry.prod.resk-u.ch/reskreen:latest
|
||||||
command: crond -f
|
command: crond -f
|
||||||
volumes:
|
volumes:
|
||||||
- /home/reskreen:/app/Reskreen
|
- /home/reskreen:/app/Reskreen
|
||||||
|
Reference in New Issue
Block a user