version: "3.5"
services:
streamlit:
build: .
container_name: streamlit
ports:
- 80:80
networks:
- frontend
frontend:
driver: bridge