first commit
This commit is contained in:
12
streamlit_dashboard/streamlit.service.production
Normal file
12
streamlit_dashboard/streamlit.service.production
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=PASBDC Streamlit Analytics Dashboard
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=valle276
|
||||
WorkingDirectory=/home/valle276/pasbdc_streamlit_dashboard/streamlit_dashboard
|
||||
ExecStart=/home/valle276/pasbdc_streamlit_dashboard/.venv/bin/streamlit run main.py --server.port 8501 --server.address 0.0.0.0
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user