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