From 28270b1b025238002cfec736c7d6fe55cf23b286 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 3 Jan 2025 16:01:37 -0500 Subject: [PATCH] Fixing docker-compose --- docker-compose.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5f68c750..a547fe7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,18 +46,6 @@ services: homepage.widget.url: http://adguard:80 homepage.widget.username: admin homepage.widget.password: ${ADGUARD_PASSWORD} - swag: enable - swag_proto: http - swag_url: adgh.${MY_TLD} - homepage.group: System Administration - homepage.name: AdGuard Home - homepage.icon: adguard-home.png - homepage.href: https://adgh.${MY_TLD} - homepage.description: Ad-blocking/DNS - homepage.widget.type: adguard - homepage.widget.url: http://adguard:80 - homepage.widget.username: admin - homepage.widget.password: ${ADGUARD_PASSWORD} networks: default: null ports: @@ -486,11 +474,6 @@ services: swag_url: bsky.${MY_TLD} swag.uptime-kuma.enabled: true swag.uptime-kuma.monitor.url: https://bsky.${MY_TLD} - swag: enable - swag_port: 3000 - swag_url: bsky.${MY_TLD} - swag.uptime-kuma.enabled: true - swag.uptime-kuma.monitor.url: https://bsky.${MY_TLD} restart: unless-stopped volumes: - type: bind @@ -517,10 +500,6 @@ services: swag_proto: http swag_port: 3000 swag_url: browse.${MY_TLD} - swag: enable - swag_proto: http - swag_port: 3000 - swag_url: browse.${MY_TLD} networks: default: null restart: unless-stopped @@ -2872,12 +2851,6 @@ services: LLDAP_JWT_SECRET: ${LLDAP_JWT_SECRET} LLDAP_KEY_SEED: ${LLDAP_KEY_SEED} LLDAP_LDAP_BASE_DN: dc=trez,dc=wtf - UID: ${PUID} - GID: ${PGID} - TZ: ${TZ} - LLDAP_JWT_SECRET: ${LLDAP_JWT_SECRET} - LLDAP_KEY_SEED: ${LLDAP_KEY_SEED} - LLDAP_LDAP_BASE_DN: dc=trez,dc=wtf image: lldap/lldap:stable labels: homepage.group: System Administration