Komodo.skip flag fix hopefully.

This commit is contained in:
2024-12-22 11:57:08 -05:00
parent 1df03ee939
commit e93a232790
+6 -6
View File
@@ -878,7 +878,7 @@ services:
- LOG_LEVEL=debug - LOG_LEVEL=debug
image: ghcr.io/tecnativa/docker-socket-proxy:latest image: ghcr.io/tecnativa/docker-socket-proxy:latest
labels: labels:
komodo.skip: komodo.skip: s
networks: networks:
default: null default: null
ports: ports:
@@ -2674,7 +2674,7 @@ services:
homepage.href: https://komodo.${MY_TLD} homepage.href: https://komodo.${MY_TLD}
homepage.icon: /icons/komodo.png homepage.icon: /icons/komodo.png
homepage.description: Open-source note taking & to-do homepage.description: Open-source note taking & to-do
komodo.skip: komodo.skip: a
swag: enable swag: enable
swag_url: komodo.${MY_TLD} swag_url: komodo.${MY_TLD}
swag_port: 9120 swag_port: 9120
@@ -2690,7 +2690,7 @@ services:
- komodo-pg-db - komodo-pg-db
image: ghcr.io/ferretdb/ferretdb image: ghcr.io/ferretdb/ferretdb
labels: labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers komodo.skip: a
restart: unless-stopped restart: unless-stopped
expose: expose:
- 27017 - 27017
@@ -2708,7 +2708,7 @@ services:
- 8120 - 8120
image: ghcr.io/mbecker20/periphery:latest image: ghcr.io/mbecker20/periphery:latest
labels: labels:
komodo.skip: komodo.skip: a
restart: always restart: always
volumes: volumes:
- /proc:/proc - /proc:/proc
@@ -2721,7 +2721,7 @@ services:
expose: expose:
- 5432 - 5432
labels: labels:
komodo.skip: komodo.skip: a
image: postgres:17-alpine image: postgres:17-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -4629,7 +4629,7 @@ services:
- swag_port=81 - swag_port=81
- swag_url=swag.${MY_TLD} - swag_url=swag.${MY_TLD}
- swag_auth=authelia - swag_auth=authelia
- komodo.skip= - komodo.skip=a
- swag.uptime-kuma.enabled=true - swag.uptime-kuma.enabled=true
- swag.uptime-kuma.monitor.url=https://swag.${MY_TLD} - swag.uptime-kuma.monitor.url=https://swag.${MY_TLD}
- homepage.group=Infrastructure/App Performance Monitoring - homepage.group=Infrastructure/App Performance Monitoring