Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
11 lines
298 B
Bash
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 |