mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Update Traefik configuration and add site server
This commit is contained in:
@@ -70,6 +70,18 @@ services:
|
||||
- default
|
||||
command: streamlit run --server.port=$STREAMLIT_FIN_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$FIN_LOCATION src/app.py
|
||||
|
||||
site_server:
|
||||
image: nginx:alpine
|
||||
container_name: site_server
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./site:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
- net
|
||||
- default
|
||||
expose:
|
||||
- 80
|
||||
|
||||
traefik:
|
||||
environment:
|
||||
<<: *default-environment
|
||||
|
||||
Reference in New Issue
Block a user