Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fbd20c85d | |||
| c4a32a7983 | |||
| e93a232790 | |||
| 1df03ee939 | |||
| 4a28bf3785 | |||
| 5f68436d21 | |||
| cf5e491870 | |||
| cb13f1dfdb | |||
| 9c38cf3ddc | |||
| e4224fa542 | |||
| a3a815c020 | |||
| 08f26896df | |||
| 6c93dbb9d1 | |||
| 42e44b8921 | |||
| 56688cd1f1 | |||
| f54666da86 | |||
| e0ca473a83 | |||
| b6b662f6c0 | |||
| ec01d54b03 | |||
| 8ef3f41712 | |||
| 9f75ea89dc |
+2
-1
@@ -1 +1,2 @@
|
||||
**/.env*
|
||||
**/.env*
|
||||
**/*env*
|
||||
|
||||
+28
-16
@@ -877,6 +877,8 @@ services:
|
||||
- VOLUMES=1
|
||||
- LOG_LEVEL=debug
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||
labels:
|
||||
komodo.skip: s
|
||||
networks:
|
||||
default: null
|
||||
ports:
|
||||
@@ -2672,6 +2674,7 @@ services:
|
||||
homepage.href: https://komodo.${MY_TLD}
|
||||
homepage.icon: /icons/komodo.png
|
||||
homepage.description: Open-source note taking & to-do
|
||||
komodo.skip: a
|
||||
swag: enable
|
||||
swag_url: komodo.${MY_TLD}
|
||||
swag_port: 9120
|
||||
@@ -2687,7 +2690,7 @@ services:
|
||||
- komodo-pg-db
|
||||
image: ghcr.io/ferretdb/ferretdb
|
||||
labels:
|
||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||
komodo.skip: a
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 27017
|
||||
@@ -2705,7 +2708,7 @@ services:
|
||||
- 8120
|
||||
image: ghcr.io/mbecker20/periphery:latest
|
||||
labels:
|
||||
komodo.skip:
|
||||
komodo.skip: a
|
||||
restart: always
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
@@ -2717,6 +2720,8 @@ services:
|
||||
POSTGRES_DB: komodo
|
||||
expose:
|
||||
- 5432
|
||||
labels:
|
||||
komodo.skip: a
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -3163,7 +3168,7 @@ services:
|
||||
- homepage.description=
|
||||
- swag=enable
|
||||
- swag_proto=http
|
||||
- swag_port=46717
|
||||
- swag_port=80
|
||||
- swag_url=mesh.${MY_TLD}
|
||||
ports:
|
||||
- 46717:80 # HTTP
|
||||
@@ -3235,6 +3240,14 @@ services:
|
||||
- TZ=${TZ}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- MALOJA_URL=http://maloja:42010
|
||||
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
||||
- LASTFM_API_KEY=${LASTFM_API_KEY}
|
||||
- LASTFM_API_SECRET=${LASTFM_API_SECRET}
|
||||
- LZ_USER=Trez.on
|
||||
- LZ_TOKEN=${MALOJA_LISTENBRAINZ_TOKEN}
|
||||
- SPOTIFY_CLIENT_ID=${YOUR_SPOTIFY_ID}
|
||||
- SPOTIFY_CLIENT_SECRET=${YOUR_SPOTIFY_SECRET}
|
||||
image: foxxmd/multi-scrobbler
|
||||
labels:
|
||||
- homepage.group=Media Library
|
||||
@@ -4616,6 +4629,7 @@ services:
|
||||
- swag_port=81
|
||||
- swag_url=swag.${MY_TLD}
|
||||
- swag_auth=authelia
|
||||
- komodo.skip=a
|
||||
- swag.uptime-kuma.enabled=true
|
||||
- swag.uptime-kuma.monitor.url=https://swag.${MY_TLD}
|
||||
- homepage.group=Infrastructure/App Performance Monitoring
|
||||
@@ -6965,27 +6979,25 @@ services:
|
||||
zitadel:
|
||||
container_name: zitadel
|
||||
image: ghcr.io/zitadel/zitadel:latest
|
||||
command: 'start-from-init --masterkeyFromEnv --config /config.yaml --config secrets.yaml --config init-steps.yaml --tlsMode external'
|
||||
command: 'start-from-init --masterkeyFromEnv --config /config.yaml --config /secrets.yaml --config /init-steps.yaml --tlsMode external'
|
||||
# depends_on:
|
||||
# zitadel-pg-db:
|
||||
# condition: 'service_healthy'
|
||||
environment:
|
||||
ZITADEL_DATABASE_POSTGRES_DATABASE: zitadel
|
||||
ZITADEL_DATABASE_POSTGRES_USER_PASSWORD: ${ZITADEL_DB_PASSWORD}
|
||||
ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD: ${ZITADEL_DB_ADMIN_PASSWORD}
|
||||
ZITADEL_MASTERKEY: ${ZITADEL_MASTER_KEY}
|
||||
expose:
|
||||
- 8080
|
||||
labels:
|
||||
- swag=enable
|
||||
- swag_proto=http
|
||||
- swag_port=8080
|
||||
- swag_url=zitadel.${MY_TLD}
|
||||
- homepage.group=System Administration
|
||||
- homepage.name=Zitadel
|
||||
- homepage.href=https://id.${MY_TLD}
|
||||
- homepage.icon=zitadel.svg
|
||||
- homepage.description=Centralized authentication management
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
swag_port: 8080
|
||||
swag_url: id.${MY_TLD}
|
||||
swag_server_custom_directive: http2 on;
|
||||
homepage.group: System Administration
|
||||
homepage.name: Zitadel
|
||||
homepage.href: https://id.${MY_TLD}
|
||||
homepage.icon: zitadel.svg
|
||||
homepage.description: Centralized authentication management
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/zitadel/config.yaml:/config.yaml
|
||||
- ${DOCKER_VOLUME_CONFIG}/zitadel/init-steps.yaml:/init-steps.yaml
|
||||
|
||||
Reference in New Issue
Block a user