This commit is contained in:
2026-03-02 15:25:41 +01:00
parent 6dfd9666d4
commit 9b57d8892d

View File

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