metabase/.env
Hubert Cornet a319af0030
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
Actualiser .env
2024-11-17 20:21:33 +01:00

11 lines
298 B
Bash

# Database environment
# 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
MB_JAVA_TIMEZONE=Europe/Paris