diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index f4658f0..c4483e4 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index 46a39cd..e470c34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: