MapaAstral / streamlit.service
SherlockRamos's picture
Upload 14 files
cdcd73e verified
raw
history blame contribute delete
312 Bytes
[Unit]
Description=Streamlit Mapa Astral
After=network.target
[Service]
User=root
WorkingDirectory=/var/www/mapa-astral
Environment="PATH=/var/www/mapa-astral/venv/bin"
ExecStart=/var/www/mapa-astral/venv/bin/streamlit run app.py --server.port=8501 --server.address=0.0.0.0
[Install]
WantedBy=multi-user.target