baserow: add postgress pw, depend on postgres
This commit is contained in:
parent
41acfc7114
commit
4b7eafb94f
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue