Normalize images names a bit
This commit is contained in:
parent
a7d21748a5
commit
cc77f5fc12
@ -2,7 +2,7 @@ version: '3'
|
||||
services:
|
||||
dockovpn:
|
||||
container_name: dockovpn
|
||||
image: alekslitvinenk/openvpn
|
||||
image: alekslitvinenk/openvpn:latest
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
|
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
radicale:
|
||||
image: tomsquest/docker-radicale
|
||||
image: tomsquest/docker-radicale:latest
|
||||
container_name: radicale
|
||||
ports:
|
||||
- 5232:5232
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
syncthing:
|
||||
image: syncthing/syncthing
|
||||
image: syncthing/syncthing:latest
|
||||
container_name: syncthing
|
||||
hostname: syncthing
|
||||
environment:
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user