services: mvpost-package-no-finder: build: context: . dockerfile: .build/dev/Dockerfile container_name: mvpost-package-no-finder hostname: mvpost-package-no-finder ports: - 8501:8501 volumes: - .:/app environment: - STREAMLIT_SERVER_PORT=8501 - STREAMLIT_SERVER_ADDRESS=0.0.0.0 restart: unless-stopped command: streamlit run app.py