Normalize images names a bit

This commit is contained in:
Isaac Shoebottom 2024-09-19 18:29:50 -03:00
parent a7d21748a5
commit cc77f5fc12
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
dockovpn: dockovpn:
container_name: dockovpn container_name: dockovpn
image: alekslitvinenk/openvpn image: alekslitvinenk/openvpn:latest
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
ports: ports:

View File

@ -4,7 +4,7 @@ services:
gotify: gotify:
container_name: gotify container_name: gotify
hostname: gotify.local hostname: gotify.local
image: gotify/server image: gotify/server:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8085:80 - 8085:80

View File

@ -4,7 +4,7 @@
version: '3.7' version: '3.7'
services: services:
radicale: radicale:
image: tomsquest/docker-radicale image: tomsquest/docker-radicale:latest
container_name: radicale container_name: radicale
ports: ports:
- 5232:5232 - 5232:5232

View File

@ -2,7 +2,7 @@ version: "3.2"
services: services:
redbot: redbot:
container_name: redbot container_name: redbot
image: phasecorex/red-discordbot image: phasecorex/red-discordbot:full
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- ../stack.env - ../stack.env

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
syncthing: syncthing:
image: syncthing/syncthing image: syncthing/syncthing:latest
container_name: syncthing container_name: syncthing
hostname: syncthing hostname: syncthing
environment: environment:

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
vikunja: vikunja:
image: vikunja/vikunja image: vikunja/vikunja:latest
container_name: vikunja container_name: vikunja
environment: environment:
VIKUNJA_SERVICE_PUBLICURL: https://vikunja.shoebottom.ca/ VIKUNJA_SERVICE_PUBLICURL: https://vikunja.shoebottom.ca/

View File

@ -3,7 +3,7 @@ services:
watchtower: watchtower:
container_name: watchtower container_name: watchtower
restart: unless-stopped restart: unless-stopped
image: containrrr/watchtower image: containrrr/watchtower:latest
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro

View File

@ -7,4 +7,4 @@ services:
volumes: volumes:
- /docker/appdata/yacht/config:/config - /docker/appdata/yacht/config:/config
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
image: selfhostedpro/yacht image: selfhostedpro/yacht:latest