Actualiser .env
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
This commit is contained in:
parent
416610e732
commit
a319af0030
10
.env
10
.env
@ -1,8 +1,10 @@
|
||||
# Database environment
|
||||
DB_NAME=metabase
|
||||
DB_USER=metabase
|
||||
DB_PASSWORD=password123
|
||||
DB_DATA_DIR=/var/lib/postgresql/data
|
||||
# Postgre Variables
|
||||
POSTGRES_IMAGE_TAG=postgres:15.6-alpine
|
||||
POSTGRE_DB_NAME=metabase_db
|
||||
POSTGRE_DB_USER=metabase_user
|
||||
POSTGRE_DB_PASSWORD=P@ssword!Here!123456
|
||||
POSTGRE_DB_DATA=/var/lib/postgresql/data/metabase
|
||||
|
||||
# Metabase environment
|
||||
MB_PORT=3000
|
||||
|
Loading…
x
Reference in New Issue
Block a user