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:
dockovpn:
container_name: dockovpn
image: alekslitvinenk/openvpn
image: alekslitvinenk/openvpn:latest
cap_add:
- NET_ADMIN
ports:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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