1
0
Fork 0

baserow: add postgress pw, depend on postgres

This commit is contained in:
Lukáš Kucharczyk 2023-09-08 12:23:11 +02:00
parent 41acfc7114
commit 4b7eafb94f
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ BASEROW_PUBLIC_URL=https://baserow.${DOMAIN}
DATABASE_HOST=postgres DATABASE_HOST=postgres
DATABASE_NAME=baserow DATABASE_NAME=baserow
DATABASE_USER=baserow DATABASE_USER=baserow
DATABASE_PASSWORD=S@8rBtSApf@YpNLXS!2hr2F$
EMAIL_SMTP=1 EMAIL_SMTP=1
EMAIL_SMTP_HOST=smtp.gmail.com EMAIL_SMTP_HOST=smtp.gmail.com
EMAIL_SMTP_PASSWORD=sebrubdsgkuptcjr EMAIL_SMTP_PASSWORD=sebrubdsgkuptcjr

View File

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