added more specific image sources per container service

This commit is contained in:
Alex Tavarez
2026-08-07 20:28:26 -04:00
parent 190a437ef8
commit 0afad3742f
+10 -10
View File
@@ -78,7 +78,7 @@ services:
# OR make subsequent containers have 'networks' attribute set to list value with 'container:wgclient'/'contaner:tailclient' item
cache0:
image: redis:trixie
image: docker.io/redis:trixie
container_name: cache0
restart: unless-stopped
expose:
@@ -103,7 +103,7 @@ services:
# @NOTE https://hub.docker.com/_/mysql
db0:
image: mysql:lts
image: docker.io/mysql:lts
container_name: db0
restart: unless-stopped
expose:
@@ -140,7 +140,7 @@ services:
# @NOTE https://hub.docker.com/_/nextcloud
cloud:
image: nextcloud:stable-fpm
image: docker.io/nextcloud:stable-fpm
container_name: cloud
restart: unless-stopped
expose:
@@ -330,7 +330,7 @@ services:
# @NOTE https://blog.genxnotes.com/en/tech/how-to-move-the-hugo-public-folder-outside-the-project-root/
# @NOTE https://www.turtlestoffel.com/My-Quartz-Configuration#explorer-component-with-custom-content-folder
revproxy0:
image: caddy:latest
image: docker.io/caddy:latest
container_name: revproxy0
cap_add:
- NET_ADMIN
@@ -368,7 +368,7 @@ services:
# @NOTE https://github.com/nbraun1/certbot
sslcerts:
image: nbraun1/certbot
image: docker.io/nbraun1/certbot:v1.2.0
container_name: sslcerts
restart: on-failure
volumes:
@@ -399,7 +399,7 @@ services:
# @NOTE https://tailscale.com/docs/features/containers/docker
# @NOTE https://tailscale.com/blog/docker-tailscale-guide
tailclient:
image: tailscale/tailscale:latest
image: docker.io/tailscale/tailscale:latest
container_name: tailclient
cap_add:
- SYS_MODULE
@@ -437,7 +437,7 @@ services:
- headscale.key
dash:
image: glanceapp/glance
image: docker.io/glanceapp/glance:v0.8.5
container_name: dash
restart: unless-stopped
expose:
@@ -487,7 +487,7 @@ services:
max-file: "3"
aria:
image: p3terx/aria2-pro:latest
image: docker.io/p3terx/aria2-pro:latest
container_name: aria
restart: unless-stopped
ports:
@@ -521,7 +521,7 @@ services:
max-size: "1m"
ariang:
image: p3terx/ariang:latest
image: docker.io/p3terx/ariang:latest
container_name: ariang
restart: unless-stopped
expose:
@@ -539,7 +539,7 @@ services:
max-size: "1m"
flexget:
image: flexget/flexget
image: docker.io/flexget/flexget:latest
container_name: flexget
expose:
- 5050