mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-03-04 13:57:21 +08:00
wip
This commit is contained in:
parent
67da6765ad
commit
c408a544fb
@ -2,16 +2,6 @@ x-common-volumes: &common-volumes
|
||||
- ./:/MoneyPrinterTurbo
|
||||
|
||||
services:
|
||||
webui:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: "webui"
|
||||
ports:
|
||||
- "8501:8501"
|
||||
command: [ "streamlit", "run", "./webui/Main.py","--browser.serverAddress=127.0.0.1","--server.enableCORS=True","--browser.gatherUsageStats=False" ]
|
||||
volumes: *common-volumes
|
||||
restart: always
|
||||
api:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user