mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: postgresql variables
This commit is contained in:
@@ -40,7 +40,10 @@ services:
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
PGDATA: /var/lib/postgresql/data
|
||||
- PGDATA: /var/lib/postgresql/data
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_PASSWORD
|
||||
- POSTGRES_DB
|
||||
|
||||
web:
|
||||
image: makeplane/plane-space:v0.25.3
|
||||
@@ -83,7 +86,7 @@ services:
|
||||
networks:
|
||||
- dev_env
|
||||
volumes:
|
||||
- ./live:/app/live
|
||||
- live:/app/live
|
||||
depends_on:
|
||||
- api
|
||||
- worker
|
||||
@@ -158,6 +161,8 @@ volumes:
|
||||
driver: local
|
||||
admin:
|
||||
driver: local
|
||||
live:
|
||||
driver: local
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user