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