Update Servers/Containerization/Docker/Compose/Apache Guacamole.md

This commit is contained in:
2025-04-20 23:51:18 -06:00
parent 4b7a6cc91e
commit 35bd6583ec

View File

@ -3,7 +3,7 @@
### Docker Compose Stack ### Docker Compose Stack
=== "docker-compose.yml" === "docker-compose.yml"
``` sh ```yaml
version: '3' version: '3'
services: services:
@ -45,7 +45,7 @@
=== "docker-compose.yml (OpenID / Keycloak Integration)" === "docker-compose.yml (OpenID / Keycloak Integration)"
``` sh ```yaml
version: '3' version: '3'
services: services:
@ -99,7 +99,7 @@
=== ".env (OpenID / Keycloak Integration)" === ".env (OpenID / Keycloak Integration)"
``` sh ```yaml
OPENID_REALM_URL=https://auth.bunny-lab.io/realms/master OPENID_REALM_URL=https://auth.bunny-lab.io/realms/master
OPENID_CLIENT_ID=apache-guacamole OPENID_CLIENT_ID=apache-guacamole
OPENID_CLIENT_SECRET=<YOUR-CLIENT-ID-SECRET> OPENID_CLIENT_SECRET=<YOUR-CLIENT-ID-SECRET>
@ -131,7 +131,7 @@
=== "NGINX" === "NGINX"
``` yaml ```yaml
server { server {
listen 443 ssl; listen 443 ssl;
server_name remote.bunny-lab.io; server_name remote.bunny-lab.io;