Updating containers to GHCR or add full path V2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
image: gotify/server:2.6.3
|
image: ghcr.io/gotify/server:2.6.3
|
||||||
container_name: gotify
|
container_name: gotify
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
healthchecks:
|
healthchecks:
|
||||||
image: linuxserver/healthchecks:3.10.20250623
|
image: ghcr.io/linuxserver/healthchecks:3.10.20250623
|
||||||
container_name: healthchecks
|
container_name: healthchecks
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
image: homeassistant/home-assistant:2025.7.1
|
image: docker.io/homeassistant/home-assistant:2025.7.1
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
opengist_db:
|
opengist_db:
|
||||||
image: mariadb:11.8.2
|
image: docker.io/mariadb:11.8.2
|
||||||
container_name: opengist_db
|
container_name: opengist_db
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
pingvin-share:
|
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
|
container_name: pingvin-share
|
||||||
environment:
|
environment:
|
||||||
- TRUST_PROXY=${TRUST_PROXY}
|
- TRUST_PROXY=${TRUST_PROXY}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
portainer-agent:
|
portainer-agent:
|
||||||
image: portainer/agent:latest
|
image: docker.io/portainer/agent:latest
|
||||||
container_name: portainer-agent
|
container_name: portainer-agent
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ee:latest
|
image: docker.io/portainer/portainer-ee:latest
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
radicale:
|
radicale:
|
||||||
image: tomsquest/docker-radicale:3.5.4.0
|
image: docker.io/tomsquest/docker-radicale:3.5.4.0
|
||||||
container_name: radicale
|
container_name: radicale
|
||||||
init: true
|
init: true
|
||||||
read_only: true
|
read_only: true
|
||||||
@@ -18,13 +18,13 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
pids: 50
|
pids: 50
|
||||||
healthcheck:
|
|
||||||
test: curl -f http://127.0.0.1:5232 || exit 1
|
|
||||||
interval: 30s
|
|
||||||
retries: 3
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/radicale/data:/data
|
- ${APPDATA_PATH}/radicale/data:/data
|
||||||
- ${APPDATA_PATH}/radicale/config:/config:ro
|
- ${APPDATA_PATH}/radicale/config:/config:ro
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:5232
|
- ${PORT}:5232
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
healthcheck:
|
||||||
|
test: curl -f http://127.0.0.1:5232 || exit 1
|
||||||
|
interval: 30s
|
||||||
|
retries: 3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
image: stirlingtools/stirling-pdf:0.46.2-fat
|
image: ghcr.io/stirlingtools/stirling-pdf:0.46.2-fat
|
||||||
container_name: stirling-pdf
|
container_name: stirling-pdf
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_ENABLE_SECURITY=${DOCKER_ENABLE_SECURITY}
|
- DOCKER_ENABLE_SECURITY=${DOCKER_ENABLE_SECURITY}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1.23.16
|
image: docker.io/louislam/uptime-kuma:1.23.16
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
|
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user