ops: add Docker setup with Dockerfile and compose configuration

This commit is contained in:
2026-01-23 12:11:01 +01:00
parent acfcfb0a64
commit 4d1f706e6d
3 changed files with 33 additions and 0 deletions

8
compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
PyT1:
build: .
restart: unless-stopped
env_file:
- .env
volumes:
- ./formd_monitor.log:/app/formd_monitor.log