mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-16 11:58:29 +01:00
Remove unnecessary whitespace in YAML file
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
guacd:
|
guacd:
|
||||||
image: guacamole/guacd
|
image: guacamole/guacd
|
||||||
container_name: guacamole-guacd
|
container_name: guacamole-guacd
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/guacd/drive:/drive:rw
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/guacd/drive:/drive:rw
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/guacd/record:/record:rw
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/guacd/record:/record:rw
|
||||||
network_mode: container:gluetun
|
network_mode: container:gluetun
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
container_name: guacamole-db
|
container_name: guacamole-db
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z
|
- ${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
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z
|
||||||
network_mode: container:gluetun
|
network_mode: container:gluetun
|
||||||
|
|
||||||
guacamole:
|
guacamole:
|
||||||
image: guacamole/guacamole
|
image: guacamole/guacamole
|
||||||
container_name: guacamole-ui
|
container_name: guacamole-ui
|
||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
- OPENID_USERNAME_CLAIM_TYPE=preferred_username
|
- OPENID_USERNAME_CLAIM_TYPE=preferred_username
|
||||||
- OPENID_SCOPE=openid email profile
|
- OPENID_SCOPE=openid email profile
|
||||||
network_mode: container:gluetun
|
network_mode: container:gluetun
|
||||||
|
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun:latest
|
image: qmcgaw/gluetun:latest
|
||||||
container_name: gluetun
|
container_name: gluetun
|
||||||
@@ -81,7 +81,7 @@ services:
|
|||||||
- traefik.http.routers.guacamole.service=guacamole
|
- traefik.http.routers.guacamole.service=guacamole
|
||||||
- traefik.http.services.guacamole.loadbalancer.server.port=8080
|
- traefik.http.services.guacamole.loadbalancer.server.port=8080
|
||||||
- traefik.http.routers.guacamole.middlewares=authentik@docker
|
- traefik.http.routers.guacamole.middlewares=authentik@docker
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user