mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-08-15 04:57:13 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -35,11 +35,14 @@ services:
|
|||||||
- guacd
|
- guacd
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
|
- GUACAMOLE_HOME=/etc/guacamole # pseudo home path; placed extensions and contents are moved to /opt/guacamole inside the container
|
||||||
- GUACD_HOSTNAME=guacd
|
- GUACD_HOSTNAME=guacd
|
||||||
- POSTGRESQL_HOSTNAME=postgres
|
- POSTGRESQL_HOSTNAME=postgres
|
||||||
- POSTGRESQL_DATABASE=guacamole_db
|
- POSTGRESQL_DATABASE=guacamole_db
|
||||||
- POSTGRESQL_USER=guacamole_user
|
- POSTGRESQL_USERNAME=guacamole_user
|
||||||
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
|
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/customization/extensions:/etc/guacamole/extensions:ro
|
||||||
links:
|
links:
|
||||||
- guacd
|
- guacd
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user