1
0

baserow: add postgress pw, depend on postgres

This commit is contained in:
2023-09-08 12:23:11 +02:00
parent 41acfc7114
commit 4b7eafb94f
2 changed files with 3 additions and 0 deletions

View File

@ -747,6 +747,8 @@ services:
networks:
- public
- postgres
depends_on:
- postgres
ports:
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
env_file: