mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: psotgres environment variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user