This commit is contained in:
h z
2026-02-15 08:49:27 +00:00
commit 72843442ac
21 changed files with 1450 additions and 0 deletions

14
docker-compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
abstract-wizard:
build: .
ports:
- "127.0.0.1:18080:8080"
volumes:
- app_config:/config
environment:
CONFIG_DIR: /config
LISTEN_ADDR: "0.0.0.0:8080"
MAX_BACKUPS: "10"
volumes:
app_config: