Updating containers to GHCR or add full path V3

This commit is contained in:
2025-07-05 19:01:26 +05:30
parent 6a088d7bba
commit 97318f9d76
13 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
services: services:
adguardhome: adguardhome:
image: adguard/adguardhome:v0.107.62 image: docker.io/adguard/adguardhome:v0.107.62
container_name: adguardhome container_name: adguardhome
volumes: volumes:
- ${APPDATA_PATH}/adguardhome/work:/opt/adguardhome/work - ${APPDATA_PATH}/adguardhome/work:/opt/adguardhome/work

View File

@@ -1,6 +1,6 @@
services: services:
authentik_postgres: authentik_postgres:
image: postgres:17.5 image: docker.io/library/postgres:17.5
container_name: authentik_postgres container_name: authentik_postgres
environment: environment:
- POSTGRES_DB=${POSTGRES_DB} - POSTGRES_DB=${POSTGRES_DB}
@@ -19,7 +19,7 @@ services:
timeout: 5s timeout: 5s
authentik_valkey: authentik_valkey:
image: valkey/valkey:8.1.2 image: docker.io/valkey/valkey:8.1.2
container_name: authentik_valkey container_name: authentik_valkey
command: valkey-server --save 60 1 --loglevel warning --requirepass ${VALKEY_PASSWORD} command: valkey-server --save 60 1 --loglevel warning --requirepass ${VALKEY_PASSWORD}
volumes: volumes:

View File

@@ -1,6 +1,6 @@
services: services:
caddy: caddy:
image: caddy:2.10.0 image: docker.io/library/caddy:2.10.0
container_name: caddy container_name: caddy
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN

View File

@@ -1,6 +1,6 @@
services: services:
docker-in-docker: docker-in-docker:
image: docker:dind image: docker.io/library/docker:dind
container_name: docker_dind container_name: docker_dind
privileged: true privileged: true
command: ['dockerd', '-H', 'tcp://0.0.0.0:2375', '--tls=false'] command: ['dockerd', '-H', 'tcp://0.0.0.0:2375', '--tls=false']

View File

@@ -1,6 +1,6 @@
services: services:
forgejo_db: forgejo_db:
image: postgres:17.5 image: docker.io/library/postgres:17.5
container_name: forgejo_db container_name: forgejo_db
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,6 +1,6 @@
services: services:
forgejo_db: forgejo_db:
image: mariadb:11.7.2 image: docker.io/library/mariadb:11.7.2
container_name: forgejo_db container_name: forgejo_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:

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:10.10.7 image: ghcr.io/jellyfin/jellyfin:10.10.7
container_name: jellyfin container_name: jellyfin
user: ${UID}:${GID} user: ${UID}:${GID}
deploy: deploy:

View File

@@ -1,6 +1,6 @@
services: services:
komga: komga:
image: gotson/komga:1.22.0 image: ghcr.io/gotson/komga:1.22.0
container_name: komga container_name: komga
user: ${UID}:${GID} user: ${UID}:${GID}
environment: environment:

View File

@@ -1,6 +1,6 @@
services: services:
kopia: kopia:
image: kopia/kopia:0.20.1 image: docker.io/kopia/kopia:0.20.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
command: command:

View File

@@ -1,6 +1,6 @@
services: services:
nextcloud_app: nextcloud_app:
image: nextcloud:31.0.6 image: docker.io/library/nextcloud:31.0.6
container_name: nextcloud_app container_name: nextcloud_app
depends_on: depends_on:
- nextcloud_db - nextcloud_db
@@ -23,7 +23,7 @@ services:
restart: unless-stopped restart: unless-stopped
nextcloud_db: nextcloud_db:
image: mariadb:11.4.7 image: docker.io/library/mariadb:11.4.7
container_name: nextcloud_db container_name: nextcloud_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:
@@ -38,7 +38,7 @@ services:
restart: unless-stopped restart: unless-stopped
nextcloud_valkey: nextcloud_valkey:
image: valkey/valkey:8.1.2 image: docker.io/valkey/valkey:8.1.2
container_name: nextcloud_valkey container_name: nextcloud_valkey
command: valkey-server --requirepass ${VALKEY_PASSWORD} command: valkey-server --requirepass ${VALKEY_PASSWORD}
volumes: volumes:

View File

@@ -1,6 +1,6 @@
services: services:
qbittorrent: qbittorrent:
image: linuxserver/qbittorrent:latest image: docker.io/linuxserver/qbittorrent:latest
container_name: qbittorrent container_name: qbittorrent
deploy: deploy:
resources: resources:

View File

@@ -1,6 +1,6 @@
services: services:
woodpecker-agent: woodpecker-agent:
image: woodpeckerci/woodpecker-agent:v3.7.0 image: docker.io/woodpeckerci/woodpecker-agent:v3.7.0
container_name: woodpecker-agent container_name: woodpecker-agent
depends_on: depends_on:
woodpecker-server: woodpecker-server:

View File

@@ -1,6 +1,6 @@
services: services:
woodpecker-server: woodpecker-server:
image: woodpeckerci/woodpecker-server:v3.7.0 image: docker.io/woodpeckerci/woodpecker-server:v3.7.0
container_name: woodpecker-server container_name: woodpecker-server
environment: environment:
- WOODPECKER_OPEN=${WOODPECKER_OPEN} - WOODPECKER_OPEN=${WOODPECKER_OPEN}