set tag to latest for own images #52

Merged
mg merged 2 commits from reei into master 2024-04-30 09:25:04 +02:00
7 changed files with 8 additions and 8 deletions
Showing only changes of commit 8ef45d1cc1 - Show all commits

View file

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

View file

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

View file

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

View file

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

View file

@ -54,7 +54,7 @@ services:
######## cron ######## ######## cron ########
nextcloud-cron: nextcloud-cron:
container_name: 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 restart: unless-stopped
network_mode: none network_mode: none
volumes: volumes:

View file

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

View file

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