This commit is contained in:
2026-03-02 15:21:06 +01:00
parent af6c689310
commit 6dfd9666d4

View File

@@ -2,6 +2,9 @@ services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
env_file: .env env_file: .env
environment:
- UID=999
- GID=999
restart: always restart: always
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data