Veritas-SCADA-Resilience / docker-compose.yml
dcata004's picture
Create docker-compose.yml
9c71cd3 verified
raw
history blame contribute delete
393 Bytes
version: '3.8'
services:
veritas-dashboard:
build: .
container_name: veritas-scada-sim
ports:
- "8501:8501"
volumes:
# This allows you to edit the code on your laptop and see changes live
# without rebuilding the container.
- .:/app
environment:
- STREAMLIT_SERVER_HEADLESS=true
- STREAMLIT_SERVER_ENABLECORS=false
restart: always