Compare commits
9 Commits
1266af9265
...
b449de91fe
| Author | SHA1 | Date | |
|---|---|---|---|
| b449de91fe | |||
| f93afbf507 | |||
| c84d3f4069 | |||
| 28fd3daca6 | |||
| 799349e041 | |||
| 51b73a39fb | |||
| 5abe999d36 | |||
| 1a8f83c08f | |||
| 6a5fc53fb7 |
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
arbeitsschutz:
|
||||
image: cs-git.ddnss.de/arbeitsschutz-ulm/website:master
|
||||
image: gitea.steinle-computer.de/arbeitsschutz-ulm/website:latest
|
||||
container_name: arbeitsschutz
|
||||
hostname: arbeitsschutz
|
||||
restart: always
|
||||
|
||||
@@ -10,7 +10,7 @@ volumes:
|
||||
|
||||
services:
|
||||
app:
|
||||
image: cs-git.ddnss.de/ri-st/project:latest
|
||||
image: gitea.steinle-computer.de/ri-st/project:latest
|
||||
restart: always
|
||||
dns:
|
||||
- '8.8.8.8'
|
||||
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
huber-putz:
|
||||
image: cs-git.ddnss.de/huber/stuck-web
|
||||
image: gitea.steinle-computer.de/huber/stuck-web
|
||||
container_name: huber-putz
|
||||
hostname: huber-putz
|
||||
restart: always
|
||||
|
||||
@@ -13,7 +13,7 @@ volumes:
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
image: cs-git.ddnss.de/production/prometheus
|
||||
image: gitea.steinle-computer.de/production/prometheus
|
||||
container_name: prometheus
|
||||
hostname: prometheus
|
||||
restart: unless-stopped
|
||||
@@ -108,6 +108,3 @@ services:
|
||||
WATCHTOWER_MONITOR_ONLY: false
|
||||
WATCHTOWER_WARN_ON_HEAD_FAILURE: "never"
|
||||
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}}"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"auths": {
|
||||
"cs-git.ddnss.de": {
|
||||
"gitea.steinle-computer.de": {
|
||||
"auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA="
|
||||
}, "https://index.docker.io/v1/": {
|
||||
},
|
||||
"https://index.docker.io/v1/": {
|
||||
"auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
rist-editors:
|
||||
image: cs-git.ddnss.de/ri-st/old-editors
|
||||
image: gitea.steinle-computer.de/ri-st/old-editors
|
||||
container_name: rist-editors
|
||||
hostname: rist-editors
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
startup-app:
|
||||
image: cs-git.ddnss.de/ri-st/startup
|
||||
image: gitea.steinle-computer.de/ri-st/startup
|
||||
container_name: startup-app
|
||||
links:
|
||||
- startup-db
|
||||
|
||||
@@ -13,7 +13,7 @@ networks:
|
||||
|
||||
services:
|
||||
svj:
|
||||
image: cs-git.ddnss.de/svj/website:latest
|
||||
image: gitea.steinle-computer.de/svj/website:latest
|
||||
container_name: svj
|
||||
hostname: svj
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user