initial commit

This commit is contained in:
2026-05-12 16:42:53 +02:00
commit fca89420e4
13 changed files with 397 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
social-updater:
build: .
env_file:
- .env
volumes:
- ./data:/data
restart: unless-stopped