changement de registry
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m59s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m59s
This commit is contained in:
@@ -2,19 +2,19 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: registry.prod.resk-u.ch/clerc-fronted:latest
|
image: gitea.prod.resk-u.ch/clerc/clerc-fronted:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: registry.prod.resk-u.ch/reskreen:latest
|
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- reskreen-data:/app/config
|
- reskreen-data:/app/config
|
||||||
|
|
||||||
backend-cron:
|
backend-cron:
|
||||||
image: registry.prod.resk-u.ch/reskreen:latest
|
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||||
command: crond -f
|
command: crond -f
|
||||||
volumes:
|
volumes:
|
||||||
- reskreen-data:/app/config
|
- reskreen-data:/app/config
|
||||||
|
Reference in New Issue
Block a user