mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Update Traefik configuration to include meshtastic-router and meshtastic_app services
This commit is contained in:
@@ -204,6 +204,16 @@ http:
|
|||||||
certResolver: letsencrypt
|
certResolver: letsencrypt
|
||||||
service: kestra_app
|
service: kestra_app
|
||||||
|
|
||||||
|
meshtastic-router:
|
||||||
|
entryPoints:
|
||||||
|
- web-secure
|
||||||
|
rule: "Host(`mesh.furyhawk.lol`)"
|
||||||
|
middlewares:
|
||||||
|
- csrf
|
||||||
|
tls:
|
||||||
|
certResolver: letsencrypt
|
||||||
|
service: meshtastic_app
|
||||||
|
|
||||||
plane-router:
|
plane-router:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web-secure
|
- web-secure
|
||||||
@@ -502,6 +512,10 @@ http:
|
|||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://thelounge:9000
|
- url: http://thelounge:9000
|
||||||
|
meshtastic_app:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://meshtastic_web:8080
|
||||||
minio_server:
|
minio_server:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
+10
-7
@@ -210,7 +210,6 @@ services:
|
|||||||
- 80
|
- 80
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
heynote-app:
|
heynote-app:
|
||||||
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
||||||
@@ -222,7 +221,6 @@ services:
|
|||||||
- 5173
|
- 5173
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
@@ -243,7 +241,16 @@ services:
|
|||||||
- 8096
|
- 8096
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
meshtastic_web:
|
||||||
|
image: ghcr.io/meshtastic/web
|
||||||
|
container_name: meshtastic_web
|
||||||
|
restart: unless-stopped
|
||||||
|
expose:
|
||||||
|
- 8080
|
||||||
|
- 8443
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
privatebin:
|
privatebin:
|
||||||
image: privatebin/nginx-fpm-alpine:latest
|
image: privatebin/nginx-fpm-alpine:latest
|
||||||
@@ -259,7 +266,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
redlib:
|
redlib:
|
||||||
image: quay.io/redlib/redlib:latest-arm
|
image: quay.io/redlib/redlib:latest-arm
|
||||||
@@ -292,7 +298,6 @@ services:
|
|||||||
- ~/.thelounge:/var/opt/thelounge # bind lounge config from the host's file system
|
- ~/.thelounge:/var/opt/thelounge # bind lounge config from the host's file system
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
streamlit-bai:
|
streamlit-bai:
|
||||||
environment:
|
environment:
|
||||||
@@ -312,7 +317,6 @@ services:
|
|||||||
- ${STREAMLIT_BAI_SERVER_PORT}
|
- ${STREAMLIT_BAI_SERVER_PORT}
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
streamlit-fin:
|
streamlit-fin:
|
||||||
environment:
|
environment:
|
||||||
@@ -324,7 +328,6 @@ services:
|
|||||||
- ${STREAMLIT_FIN_SERVER_PORT}
|
- ${STREAMLIT_FIN_SERVER_PORT}
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing
|
image: syncthing/syncthing
|
||||||
|
|||||||
Reference in New Issue
Block a user