Normalize images names a bit
This commit is contained in:
parent
a7d21748a5
commit
cc77f5fc12
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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/
|
||||||
|
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user