set tag to latest for own images (#52)
ci/woodpecker/push/gitleaks Pipeline was successful Details
ci/woodpecker/push/ansible-lint Pipeline was successful Details

Reviewed-on: #52
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-04-30 09:25:04 +02:00 committed by Michael Grote
parent d0e1089918
commit f80fd726eb
7 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
httpd-registry:
container_name: "httpd-registry"
image: "registry.mgrote.net/httpd:v1.1.50"
image: "registry.mgrote.net/httpd:latest"
restart: always
volumes:
- uploads:/usr/local/apache2/htdocs/
@ -17,7 +17,7 @@ services:
python-api-server:
container_name: httpd-api
image: "registry.mgrote.net/python-api-server:v1.1.156"
image: "registry.mgrote.net/python-api-server:latest"
restart: always
ports:
- "5040:5000"

View File

@ -1,7 +1,7 @@
version: '3.3'
services:
postfix:
image: "registry.mgrote.net/postfix:v1.1.203"
image: "registry.mgrote.net/postfix:latest"
container_name: mail-relay
restart: always
ports:

View File

@ -62,7 +62,7 @@ services:
MF_API_URL: https://miniflux.mgrote.net/v1
MF_SLEEP: 600
#MF_DEBUG: 1
image: "registry.mgrote.net/miniflux-filter:v1.1.107"
image: "registry.mgrote.net/miniflux-filter:latest"
volumes:
- ./filter.txt:/data/filter.txt
networks:

View File

@ -2,7 +2,7 @@ version: '3'
services:
munin:
container_name: "munin-master"
image: registry.mgrote.net/munin-server:v1.1.87
image: registry.mgrote.net/munin-server:latest
restart: always
environment:
MAILCONTACT: michael.grote@posteo.de

View File

@ -54,7 +54,7 @@ services:
######## cron ########
nextcloud-cron:
container_name: nextcloud-cron
image: "registry.mgrote.net/nextcloud-cronjob:v1.1.101"
image: "registry.mgrote.net/nextcloud-cronjob:latest"
restart: unless-stopped
network_mode: none
volumes:

View File

@ -3,7 +3,7 @@ services:
routeros-config-export:
container_name: routeros-config-export
restart: always
image: "registry.mgrote.net/routeros-config-export:v1.1.138"
image: "registry.mgrote.net/routeros-config-export:latest"
volumes:
- ./key_rb5009:/key_rb5009:ro
- ./key_hex:/key_hex:ro

View File

@ -2,7 +2,7 @@ version: '3'
services:
wiki-webserver:
container_name: wiki-webserver
image: "registry.mgrote.net/httpd:v1.1.50"
image: "registry.mgrote.net/httpd:latest"
restart: always
networks:
- traefik