|
|
|
|
@ -32,7 +32,7 @@ services:
@@ -32,7 +32,7 @@ services:
|
|
|
|
|
GUACD_HOSTNAME: guacd |
|
|
|
|
GUACD_PORT: 4822 |
|
|
|
|
POSTGRES_HOSTNAME: postgres |
|
|
|
|
GUACAMOLE_HOME: /opt/mistborn_volumes/extra/guacamole/config |
|
|
|
|
#GUACAMOLE_HOME: /config |
|
|
|
|
env_file: |
|
|
|
|
- ../.envs/.production/.postgres |
|
|
|
|
image: guacamole/guacamole |
|
|
|
|
@ -40,11 +40,11 @@ services:
@@ -40,11 +40,11 @@ services:
|
|
|
|
|
- guacd |
|
|
|
|
networks: |
|
|
|
|
guacnetwork: |
|
|
|
|
#ports: |
|
|
|
|
ports: |
|
|
|
|
## enable next line if not using nginx |
|
|
|
|
## - 8080:8080/tcp # Guacamole is on :8080/guacamole, not /. |
|
|
|
|
## enable next line when using nginx |
|
|
|
|
#- 8080/tcp |
|
|
|
|
- 8080/tcp |
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
# networks |
|
|
|
|
|