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:
image: postgres:16-alpine
env_file: .env
environment:
- UID=999
- GID=999
restart: always
volumes:
- pgdata:/var/lib/postgresql/data