Actualiser .env
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled

This commit is contained in:
2025-08-15 17:37:34 +02:00
parent 31ef331ab7
commit bc333a21d4

15
.env
View File

@@ -1,5 +1,10 @@
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/guacamole
POSTGRES_IMAGE_TAG=postgres:15.2-alpine
POSTGRE_DB_NAME=guacamole-db
POSTGRE_DB_USER=guacamole-user
POSTGRE_DB_PASSWORD=P@ssword-Here-123456
POSTGRE_DB_DATA=/var/lib/postgresql/data/guacamole
TIMER=Europe/Paris
GUACAMOLE_VERSION=1.6.0