Updating containers to GHCR or add full path V3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user