This commit is contained in:
faycal 2025-03-22 21:43:12 +01:00
parent 67da6765ad
commit c408a544fb

View File

@ -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: .