From 6a088d7bbabd7bd2ec93f6fe6f07792acd0438f2 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Sat, 5 Jul 2025 18:52:00 +0530 Subject: [PATCH] Updating containers to GHCR or add full path V2 --- gotify/docker-compose.yml | 2 +- healthchecks/docker-compose.yml | 2 +- homeassistant/docker-compose.yml | 2 +- opengist/docker-compose.yml | 2 +- pingvin-share/docker-compose.yml | 2 +- portainer-agent/docker-compose.yml | 2 +- portainer/docker-compose.yml | 2 +- radicale/docker-compose.yml | 10 +++++----- stirling-pdf/docker-compose.yml | 2 +- uptime-kuma/docker-compose.yml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index 5ae2405..3702f10 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -1,6 +1,6 @@ services: gotify: - image: gotify/server:2.6.3 + image: ghcr.io/gotify/server:2.6.3 container_name: gotify environment: - TZ=${TZ} diff --git a/healthchecks/docker-compose.yml b/healthchecks/docker-compose.yml index f6586f8..6f89cad 100644 --- a/healthchecks/docker-compose.yml +++ b/healthchecks/docker-compose.yml @@ -1,6 +1,6 @@ services: healthchecks: - image: linuxserver/healthchecks:3.10.20250623 + image: ghcr.io/linuxserver/healthchecks:3.10.20250623 container_name: healthchecks environment: - PUID=${PUID} diff --git a/homeassistant/docker-compose.yml b/homeassistant/docker-compose.yml index f96a4c0..03047b2 100644 --- a/homeassistant/docker-compose.yml +++ b/homeassistant/docker-compose.yml @@ -1,6 +1,6 @@ services: homeassistant: - image: homeassistant/home-assistant:2025.7.1 + image: docker.io/homeassistant/home-assistant:2025.7.1 container_name: homeassistant network_mode: host volumes: diff --git a/opengist/docker-compose.yml b/opengist/docker-compose.yml index 16bf703..00c28d8 100644 --- a/opengist/docker-compose.yml +++ b/opengist/docker-compose.yml @@ -1,6 +1,6 @@ services: opengist_db: - image: mariadb:11.8.2 + image: docker.io/mariadb:11.8.2 container_name: opengist_db command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed environment: diff --git a/pingvin-share/docker-compose.yml b/pingvin-share/docker-compose.yml index e51c8dc..875ce0b 100644 --- a/pingvin-share/docker-compose.yml +++ b/pingvin-share/docker-compose.yml @@ -1,6 +1,6 @@ services: pingvin-share: - image: stonith404/pingvin-share:v1.13.0 + image: ghcr.io/stonith404/pingvin-share:v1.13.0 #Project has been archived container_name: pingvin-share environment: - TRUST_PROXY=${TRUST_PROXY} diff --git a/portainer-agent/docker-compose.yml b/portainer-agent/docker-compose.yml index 284c6bc..4354f49 100644 --- a/portainer-agent/docker-compose.yml +++ b/portainer-agent/docker-compose.yml @@ -1,6 +1,6 @@ services: portainer-agent: - image: portainer/agent:latest + image: docker.io/portainer/agent:latest container_name: portainer-agent volumes: - /var/run/docker.sock:/var/run/docker.sock diff --git a/portainer/docker-compose.yml b/portainer/docker-compose.yml index 0a22186..4ff545d 100644 --- a/portainer/docker-compose.yml +++ b/portainer/docker-compose.yml @@ -1,6 +1,6 @@ services: portainer: - image: portainer/portainer-ee:latest + image: docker.io/portainer/portainer-ee:latest container_name: portainer volumes: - ./data:/data diff --git a/radicale/docker-compose.yml b/radicale/docker-compose.yml index 3c8f973..a410690 100644 --- a/radicale/docker-compose.yml +++ b/radicale/docker-compose.yml @@ -1,6 +1,6 @@ services: radicale: - image: tomsquest/docker-radicale:3.5.4.0 + image: docker.io/tomsquest/docker-radicale:3.5.4.0 container_name: radicale init: true read_only: true @@ -18,13 +18,13 @@ services: limits: memory: 256M pids: 50 - healthcheck: - test: curl -f http://127.0.0.1:5232 || exit 1 - interval: 30s - retries: 3 volumes: - ${APPDATA_PATH}/radicale/data:/data - ${APPDATA_PATH}/radicale/config:/config:ro ports: - ${PORT}:5232 restart: unless-stopped + healthcheck: + test: curl -f http://127.0.0.1:5232 || exit 1 + interval: 30s + retries: 3 diff --git a/stirling-pdf/docker-compose.yml b/stirling-pdf/docker-compose.yml index 5e645cb..869d5e8 100644 --- a/stirling-pdf/docker-compose.yml +++ b/stirling-pdf/docker-compose.yml @@ -1,6 +1,6 @@ services: stirling-pdf: - image: stirlingtools/stirling-pdf:0.46.2-fat + image: ghcr.io/stirlingtools/stirling-pdf:0.46.2-fat container_name: stirling-pdf environment: - DOCKER_ENABLE_SECURITY=${DOCKER_ENABLE_SECURITY} diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index f68999a..280f9f0 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -1,6 +1,6 @@ services: uptime-kuma: - image: louislam/uptime-kuma:1.23.16 + image: docker.io/louislam/uptime-kuma:1.23.16 container_name: uptime-kuma volumes: - ${APPDATA_PATH}/uptime-kuma/config:/app/data