services: streamlit: build: context: .. dockerfile: Dockerfile container_name: py-dvt-ate-streamlit restart: unless-stopped environment: - IDLE_PAUSE_SECONDS=${IDLE_PAUSE_SECONDS:-30} # Pause physics after 30s idle expose: - "8080" volumes: - ./data:/app/data networks: - public-network networks: public-network: external: true