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 # OR make subsequent containers have 'networks' attribute set to list value with 'container:wgclient'/'contaner:tailclient' item
cache0: cache0:
image: redis:trixie image: docker.io/redis:trixie
container_name: cache0 container_name: cache0
restart: unless-stopped restart: unless-stopped
expose: expose:
@@ -103,7 +103,7 @@ services:
# @NOTE https://hub.docker.com/_/mysql # @NOTE https://hub.docker.com/_/mysql
db0: db0:
image: mysql:lts image: docker.io/mysql:lts
container_name: db0 container_name: db0
restart: unless-stopped restart: unless-stopped
expose: expose:
@@ -140,7 +140,7 @@ services:
# @NOTE https://hub.docker.com/_/nextcloud # @NOTE https://hub.docker.com/_/nextcloud
cloud: cloud:
image: nextcloud:stable-fpm image: docker.io/nextcloud:stable-fpm
container_name: cloud container_name: cloud
restart: unless-stopped restart: unless-stopped
expose: 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://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 # @NOTE https://www.turtlestoffel.com/My-Quartz-Configuration#explorer-component-with-custom-content-folder
revproxy0: revproxy0:
image: caddy:latest image: docker.io/caddy:latest
container_name: revproxy0 container_name: revproxy0
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
@@ -368,7 +368,7 @@ services:
# @NOTE https://github.com/nbraun1/certbot # @NOTE https://github.com/nbraun1/certbot
sslcerts: sslcerts:
image: nbraun1/certbot image: docker.io/nbraun1/certbot:v1.2.0
container_name: sslcerts container_name: sslcerts
restart: on-failure restart: on-failure
volumes: volumes:
@@ -399,7 +399,7 @@ services:
# @NOTE https://tailscale.com/docs/features/containers/docker # @NOTE https://tailscale.com/docs/features/containers/docker
# @NOTE https://tailscale.com/blog/docker-tailscale-guide # @NOTE https://tailscale.com/blog/docker-tailscale-guide
tailclient: tailclient:
image: tailscale/tailscale:latest image: docker.io/tailscale/tailscale:latest
container_name: tailclient container_name: tailclient
cap_add: cap_add:
- SYS_MODULE - SYS_MODULE
@@ -437,7 +437,7 @@ services:
- headscale.key - headscale.key
dash: dash:
image: glanceapp/glance image: docker.io/glanceapp/glance:v0.8.5
container_name: dash container_name: dash
restart: unless-stopped restart: unless-stopped
expose: expose:
@@ -487,7 +487,7 @@ services:
max-file: "3" max-file: "3"
aria: aria:
image: p3terx/aria2-pro:latest image: docker.io/p3terx/aria2-pro:latest
container_name: aria container_name: aria
restart: unless-stopped restart: unless-stopped
ports: ports:
@@ -521,7 +521,7 @@ services:
max-size: "1m" max-size: "1m"
ariang: ariang:
image: p3terx/ariang:latest image: docker.io/p3terx/ariang:latest
container_name: ariang container_name: ariang
restart: unless-stopped restart: unless-stopped
expose: expose:
@@ -539,7 +539,7 @@ services:
max-size: "1m" max-size: "1m"
flexget: flexget:
image: flexget/flexget image: docker.io/flexget/flexget:latest
container_name: flexget container_name: flexget
expose: expose:
- 5050 - 5050