Actualiser docker-compose.yml

This commit is contained in:
2024-03-17 19:42:39 +01:00
parent 8455df9206
commit b314beedc3

View File

@ -22,7 +22,7 @@ services:
restart: always restart: always
volumes: volumes:
- ./drive:/drive:rw - ./drive:/drive:rw
- ./record:/record:rw - ./record:/var/lib/guacamole/recordings:rw
# postgres # postgres
postgres: postgres:
@ -75,8 +75,9 @@ services:
- postgres - postgres
environment: environment:
### GUACD ### GUACD
GUACD_HOME: /guac_home GUACD_HOME: "/opt/guac_home"
GUACD_HOSTNAME: guacd GUACD_HOSTNAME: guacd
RECORDING_SEARCH_PATH: "/var/lib/guacamole/recordings"
### PostgreSQL ### PostgreSQL
POSTGRES_HOSTNAME: postgres POSTGRES_HOSTNAME: postgres
POSTGRESQL_PORT: 5432 POSTGRESQL_PORT: 5432
@ -122,7 +123,9 @@ services:
restart: always restart: always
volumes: volumes:
- ./guacamole-config:/config - ./guacamole-config:/config
- ./guac_home:/guac_home - ./guac_home:/opt/guac_home
- ./record:/var/lib/guacamole/recordings:ro
- ./drive:/drive:rw
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=interne" - "traefik.docker.network=interne"