mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
restart unless stopped
This commit is contained in:
parent
141582842a
commit
edca8ef78d
@ -3,6 +3,7 @@ services:
|
||||
bbb-status:
|
||||
build: .
|
||||
command: ["log-verbose"] # see main.py for available commandline arguments
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PYTHONPATH=/usr/src/ # pythonpath is required to import from self created modules ("from langfingaz ...")
|
||||
- PYTHONUNBUFFERED=1
|
||||
|
Loading…
Reference in New Issue
Block a user