full switch to gcr
Update Compose File / build (push) Canceled after 8m43s

This commit is contained in:
2026-08-09 14:07:17 -07:00
parent b2c968def8
commit 3b5e9fcfdd
+9 -9
View File
@@ -3,7 +3,7 @@ services:
cloudflared:
container_name: cloudflared
image: cloudflare/cloudflared:latest
image: mirror.gcr.io/cloudflare/cloudflared:latest
environment:
TUNNEL_TOKEN: ${TUNNEL_TOKEN}
command: tunnel --no-autoupdate run
@@ -18,7 +18,7 @@ services:
pihole:
container_name: pihole
image: pihole/pihole:latest
image: mirror.gcr.io/pihole/pihole:latest
ports:
- "53:53/tcp"
- "53:53/udp"
@@ -42,7 +42,7 @@ services:
traefik:
container_name: traefik
image: traefik:v3
image: mirror.gcr.io/traefik:v3
ports:
- 80:80
- 443:443
@@ -153,7 +153,7 @@ services:
gitea:
container_name: gitea
image: docker.gitea.com/gitea:latest
image: mirror.gcr.io/gitea/gitea:latest
environment:
USER_UID: ${PUID}
USER_GID: ${PGID}
@@ -170,7 +170,7 @@ services:
gitea-act-runner:
container_name: gitea-act-runner
image: gitea/act_runner:latest
image: mirror.gcr.io/gitea/act_runner:latest
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://gitea.${DOMAIN}"
@@ -186,7 +186,7 @@ services:
glance:
container_name: glance
image: glanceapp/glance
image: mirror.gcr.io/glanceapp/glance
restart: unless-stopped
environment:
IMMICH_URL: immich.${DOMAIN}
@@ -225,7 +225,7 @@ services:
immich-redis:
container_name: immich-redis
image: valkey/valkey:latest
image: mirror.gcr.io/valkey/valkey:latest
restart: unless-stopped
immich-database:
@@ -271,7 +271,7 @@ services:
- "traefik.http.services.metube.loadbalancer.server.port=8081"
ollama:
image: ollama/ollama:latest
image: mirror.gcr.io/ollama/ollama:latest
container_name: ollama
ports:
- "11434:11434"
@@ -317,7 +317,7 @@ services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:latest
image: mirror.gcr.io/vaultwarden/server:latest
environment:
DOMAIN: "https://vault.${DOMAIN}"
SIGNUPS_ALLOWED: false