ops: add Docker setup with Dockerfile and compose configuration
This commit is contained in:
8
compose.yaml
Normal file
8
compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
PyT1:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./formd_monitor.log:/app/formd_monitor.log
|
||||
Reference in New Issue
Block a user