Files
Guacamole/.env
Hubert Cornet bc333a21d4
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
Actualiser .env
2025-08-15 17:37:34 +02:00

10 lines
237 B
Bash

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