User default user/group

This commit is contained in:
Colin Hebert
2024-08-10 08:51:50 +10:00
parent df572bf281
commit b70d949d94

View File

@@ -4,6 +4,7 @@ services:
immich:
hostname: immich
image: ghcr.io/immich-app/immich-server:release
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks:
- reverse-proxy
- default
@@ -38,6 +39,7 @@ services:
immich_postgres:
hostname: database
image: tensorchord/pgvecto-rs:pg14-v0.2.0
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres