Compare commits

...

9 Commits

8 changed files with 10 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ networks:
services: services:
arbeitsschutz: arbeitsschutz:
image: cs-git.ddnss.de/arbeitsschutz-ulm/website:master image: gitea.steinle-computer.de/arbeitsschutz-ulm/website:latest
container_name: arbeitsschutz container_name: arbeitsschutz
hostname: arbeitsschutz hostname: arbeitsschutz
restart: always restart: always

View File

@@ -10,7 +10,7 @@ volumes:
services: services:
app: app:
image: cs-git.ddnss.de/ri-st/project:latest image: gitea.steinle-computer.de/ri-st/project:latest
restart: always restart: always
dns: dns:
- '8.8.8.8' - '8.8.8.8'

View File

@@ -4,7 +4,7 @@ networks:
services: services:
huber-putz: huber-putz:
image: cs-git.ddnss.de/huber/stuck-web image: gitea.steinle-computer.de/huber/stuck-web
container_name: huber-putz container_name: huber-putz
hostname: huber-putz hostname: huber-putz
restart: always restart: always

View File

@@ -13,7 +13,7 @@ volumes:
services: services:
prometheus: prometheus:
image: cs-git.ddnss.de/production/prometheus image: gitea.steinle-computer.de/production/prometheus
container_name: prometheus container_name: prometheus
hostname: prometheus hostname: prometheus
restart: unless-stopped restart: unless-stopped
@@ -108,6 +108,3 @@ services:
WATCHTOWER_MONITOR_ONLY: false WATCHTOWER_MONITOR_ONLY: false
WATCHTOWER_WARN_ON_HEAD_FAILURE: "never" WATCHTOWER_WARN_ON_HEAD_FAILURE: "never"
WATCHTOWER_SCHEDULE: "0 0 2 * * *" WATCHTOWER_SCHEDULE: "0 0 2 * * *"
WATCHTOWER_NOTIFICATIONS: "shoutrrr"
WATCHTOWER_NOTIFICATION_URL: "mattermost://watchtower@cs-mm.ddnss.de/og4ckuqet7fafb8kjuaigzuh7c"
WATCHTOWER_NOTIFICATION_TEMPLATE: "{{range .}} Production - {{.Time.Format \"2006-01-02 15:04:05\"}} ({{.Level}}): {{.Message}}{{println}}{{end}}"

View File

@@ -1,8 +1,9 @@
{ {
"auths": { "auths": {
"cs-git.ddnss.de": { "gitea.steinle-computer.de": {
"auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA=" "auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA="
}, "https://index.docker.io/v1/": { },
"https://index.docker.io/v1/": {
"auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh" "auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh"
} }
} }

View File

@@ -4,7 +4,7 @@ networks:
services: services:
rist-editors: rist-editors:
image: cs-git.ddnss.de/ri-st/old-editors image: gitea.steinle-computer.de/ri-st/old-editors
container_name: rist-editors container_name: rist-editors
hostname: rist-editors hostname: rist-editors
restart: unless-stopped restart: unless-stopped

View File

@@ -1,6 +1,6 @@
services: services:
startup-app: startup-app:
image: cs-git.ddnss.de/ri-st/startup image: gitea.steinle-computer.de/ri-st/startup
container_name: startup-app container_name: startup-app
links: links:
- startup-db - startup-db

View File

@@ -13,7 +13,7 @@ networks:
services: services:
svj: svj:
image: cs-git.ddnss.de/svj/website:latest image: gitea.steinle-computer.de/svj/website:latest
container_name: svj container_name: svj
hostname: svj hostname: svj
restart: unless-stopped restart: unless-stopped