add labels
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m19s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m19s
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
image: gitea.prod.resk-u.ch/clerc/clerc-frontend:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
backend:
|
||||
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||
@@ -12,12 +14,16 @@ services:
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- reskreen-data:/app/config
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
backend-cron:
|
||||
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||
command: crond -f
|
||||
volumes:
|
||||
- reskreen-data:/app/config
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
volumes:
|
||||
reskreen-data:
|
||||
|
Reference in New Issue
Block a user