feat: use pull-through cache for Docker Hub images

Replace docker.io references with cr.simoncor.net/dockerhub
pull-through cache. Official images now use explicit library/
namespace for cache compatibility.
This commit is contained in:
Simon Cornet 2026-05-08 14:42:38 +02:00
commit b8868485d0

View file

@ -29,7 +29,7 @@
pull: "always"
state: "started"
name: "pangolin"
image: "docker.io/fosrl/pangolin:1.18.3"
image: "cr.simoncor.net/dockerhub/fosrl/pangolin:1.18.3"
restart_policy: "unless-stopped"
networks:
- name: "pangolin"
@ -62,7 +62,7 @@
pull: "always"
state: "started"
name: "traefik"
image: "docker.io/library/traefik:v3.7.0"
image: "cr.simoncor.net/dockerhub/library/traefik:v3.7.0"
restart_policy: "unless-stopped"
networks:
- name: "pangolin"