Actualiser .env
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s

This commit is contained in:
Hubert Cornet 2024-11-17 20:21:33 +01:00
parent 416610e732
commit a319af0030

10
.env
View File

@ -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