adjust env vars

This commit is contained in:
LRVT 2024-08-29 13:56:46 +02:00 committed by GitHub
parent 355c97a66a
commit ec68a67bd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,8 @@ services:
environment:
- PGDATA=/var/lib/postgresql/data/guacamole
- POSTGRES_DB=guacamole_db
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
- POSTGRES_USER=guacamole_user
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z
@ -37,10 +37,10 @@ services:
- postgres
environment:
- GUACD_HOSTNAME=guacd
- POSTGRES_DATABASE=guacamole_db
- POSTGRES_HOSTNAME=postgres
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
- POSTGRES_USER=guacamole_user
- POSTGRESQL_HOSTNAME=postgres
- POSTGRESQL_DATABASE=guacamole_db
- POSTGRESQL_USER=guacamole_user
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
links:
- guacd
ports: