Updating containers to GHCR or add full path V2

This commit is contained in:
2025-07-05 18:52:00 +05:30
parent 282fd8eb54
commit 6a088d7bba
10 changed files with 14 additions and 14 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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:

View File

@@ -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:

View File

@@ -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}

View File

@@ -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

View File

@@ -1,6 +1,6 @@
services:
portainer:
image: portainer/portainer-ee:latest
image: docker.io/portainer/portainer-ee:latest
container_name: portainer
volumes:
- ./data:/data

View File

@@ -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

View File

@@ -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}

View File

@@ -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