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