Update URLs in traefik.yml and docker-compose.yml

This commit is contained in:
2024-05-27 13:50:04 +08:00
parent 514bcfc73f
commit 8f52d02983
2 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ http:
streamlit_bai_app:
loadBalancer:
servers:
- url: http://streamlit_bai_app:8502
- url: http://streamlit-bai:8502
streamlit_fin_app:
loadBalancer:
servers:
+8 -9
View File
@@ -10,6 +10,7 @@ x-environment: &default-environment
STREAMLIT_BAI_SERVER_PORT: "8502"
volumes:
bai_cache: {}
ghost_content: {}
ghost_mysql: {}
jellyfin_config: {}
@@ -294,7 +295,6 @@ services:
meshtastic_web:
image: ghcr.io/meshtastic/web
container_name: meshtastic_web
restart: unless-stopped
expose:
- 8080
@@ -338,7 +338,6 @@ services:
thelounge:
image: ghcr.io/thelounge/thelounge:latest
container_name: thelounge
expose:
- 9000
restart: unless-stopped
@@ -351,16 +350,16 @@ services:
environment:
<<: *default-environment
image: furyhawk/beyondallinfo:latest
container_name: streamlit_bai_app
restart: unless-stopped
command: streamlit run --server.port=$STREAMLIT_BAI_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$BAI_LOCATION src/app.py
volumes:
- type: bind
source: ${PWD}/cache/bar_cache.sqlite
target: /app/bar_cache.sqlite
- type: bind
source: ${PWD}/cache/short_cache.sqlite
target: /app/short_cache.sqlite
- bai_cache:/app/cache
# - type: bind
# source: ${PWD}/cache/bar_cache.sqlite
# target: /app/bar_cache.sqlite
# - type: bind
# source: ${PWD}/cache/short_cache.sqlite
# target: /app/short_cache.sqlite
expose:
- ${STREAMLIT_BAI_SERVER_PORT}
networks: