initial commit

This commit is contained in:
2026-01-19 01:24:31 +01:00
commit 197a01440c
14 changed files with 374 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
updater:
build: .
container_name: updater-app
restart: unless-stopped
volumes:
- ./:/app
env_file:
- .env