mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Update traefik.yml to remove fin-router and streamlit-fin services
This commit is contained in:
@@ -140,15 +140,15 @@ http:
|
|||||||
tls:
|
tls:
|
||||||
certResolver: letsencrypt
|
certResolver: letsencrypt
|
||||||
|
|
||||||
fin-router:
|
# fin-router:
|
||||||
rule: "Host(`fin.furyhawk.lol`)"
|
# rule: "Host(`fin.furyhawk.lol`)"
|
||||||
entryPoints:
|
# entryPoints:
|
||||||
- web-secure
|
# - web-secure
|
||||||
middlewares:
|
# middlewares:
|
||||||
- csrf
|
# - csrf
|
||||||
service: streamlit_fin_app
|
# service: streamlit_fin_app
|
||||||
tls:
|
# tls:
|
||||||
certResolver: letsencrypt
|
# certResolver: letsencrypt
|
||||||
|
|
||||||
info-router:
|
info-router:
|
||||||
rule: "Host(`furyhawk.lol`, `www.furyhawk.lol`, `info.furyhawk.lol`, `124c41.furyhawk.lol`)"
|
rule: "Host(`furyhawk.lol`, `www.furyhawk.lol`, `info.furyhawk.lol`, `124c41.furyhawk.lol`)"
|
||||||
|
|||||||
+15
-15
@@ -97,21 +97,21 @@ services:
|
|||||||
source: ${PWD}/cache/short_cache.sqlite
|
source: ${PWD}/cache/short_cache.sqlite
|
||||||
target: /app/short_cache.sqlite
|
target: /app/short_cache.sqlite
|
||||||
|
|
||||||
streamlit-fin:
|
# streamlit-fin:
|
||||||
environment:
|
# environment:
|
||||||
<<: *default-environment
|
# <<: *default-environment
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: ./compose/streamlit-fin/Dockerfile
|
# dockerfile: ./compose/streamlit-fin/Dockerfile
|
||||||
image: streamlit_fin_production
|
# image: streamlit_fin_production
|
||||||
container_name: streamlit_fin_app
|
# container_name: streamlit_fin_app
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
expose:
|
# expose:
|
||||||
- ${STREAMLIT_FIN_SERVER_PORT}
|
# - ${STREAMLIT_FIN_SERVER_PORT}
|
||||||
networks:
|
# networks:
|
||||||
- net
|
# - net
|
||||||
- default
|
# - default
|
||||||
command: streamlit run --server.port=$STREAMLIT_FIN_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$FIN_LOCATION src/app.py
|
# command: streamlit run --server.port=$STREAMLIT_FIN_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$FIN_LOCATION src/app.py
|
||||||
|
|
||||||
site_server:
|
site_server:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user