fix: psotgres environment variables

This commit is contained in:
naterfute
2025-04-02 18:34:13 -07:00
parent 3e2d974ef7
commit 52a4934c8a

View File

@@ -47,8 +47,11 @@ services:
- pgdata:/var/lib/postgresql/data
environment:
- PGDATA: /var/lib/postgresql/data
env_file:
- .env
- POSTGRES_USER: "plane"
- POSTGRES_PASSWORD: "plane"
- POSTGRES_DB: "plane"
web:
image: makeplane/plane-space:v0.25.3
restart: unless-stopped