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: streamlit_bai_app:
loadBalancer: loadBalancer:
servers: servers:
- url: http://streamlit_bai_app:8502 - url: http://streamlit-bai:8502
streamlit_fin_app: streamlit_fin_app:
loadBalancer: loadBalancer:
servers: servers:
+8 -9
View File
@@ -10,6 +10,7 @@ x-environment: &default-environment
STREAMLIT_BAI_SERVER_PORT: "8502" STREAMLIT_BAI_SERVER_PORT: "8502"
volumes: volumes:
bai_cache: {}
ghost_content: {} ghost_content: {}
ghost_mysql: {} ghost_mysql: {}
jellyfin_config: {} jellyfin_config: {}
@@ -294,7 +295,6 @@ services:
meshtastic_web: meshtastic_web:
image: ghcr.io/meshtastic/web image: ghcr.io/meshtastic/web
container_name: meshtastic_web
restart: unless-stopped restart: unless-stopped
expose: expose:
- 8080 - 8080
@@ -338,7 +338,6 @@ services:
thelounge: thelounge:
image: ghcr.io/thelounge/thelounge:latest image: ghcr.io/thelounge/thelounge:latest
container_name: thelounge
expose: expose:
- 9000 - 9000
restart: unless-stopped restart: unless-stopped
@@ -351,16 +350,16 @@ services:
environment: environment:
<<: *default-environment <<: *default-environment
image: furyhawk/beyondallinfo:latest image: furyhawk/beyondallinfo:latest
container_name: streamlit_bai_app
restart: unless-stopped 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 command: streamlit run --server.port=$STREAMLIT_BAI_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$BAI_LOCATION src/app.py
volumes: volumes:
- type: bind - bai_cache:/app/cache
source: ${PWD}/cache/bar_cache.sqlite # - type: bind
target: /app/bar_cache.sqlite # source: ${PWD}/cache/bar_cache.sqlite
- type: bind # target: /app/bar_cache.sqlite
source: ${PWD}/cache/short_cache.sqlite # - type: bind
target: /app/short_cache.sqlite # source: ${PWD}/cache/short_cache.sqlite
# target: /app/short_cache.sqlite
expose: expose:
- ${STREAMLIT_BAI_SERVER_PORT} - ${STREAMLIT_BAI_SERVER_PORT}
networks: networks: