mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
11 lines
243 B
YAML
11 lines
243 B
YAML
version: '3.7'
|
|
services:
|
|
dk-gen:
|
|
build: .
|
|
environment:
|
|
# pythonpath is required to import from self created modules (langfingaz)
|
|
- PYTHONPATH=/usr/src/
|
|
volumes:
|
|
- ./secret:/usr/secret
|
|
- ./data:/usr/data
|