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
|
- pgdata:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- PGDATA: /var/lib/postgresql/data
|
- PGDATA: /var/lib/postgresql/data
|
||||||
env_file:
|
- POSTGRES_USER: "plane"
|
||||||
- .env
|
- POSTGRES_PASSWORD: "plane"
|
||||||
|
- POSTGRES_DB: "plane"
|
||||||
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: makeplane/plane-space:v0.25.3
|
image: makeplane/plane-space:v0.25.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user