Initial commit

This commit is contained in:
2026-05-05 19:57:47 +00:00
commit 000ba27387
7 changed files with 1604 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
switch-config-manager:
build: .
container_name: switch-config-manager
restart: unless-stopped
ports:
- "8003:8003"
volumes:
- ./config.py:/app/config.py
- ./templates/index.html:/app/templates/index.html
- ./configs:/configs
environment:
- PYTHONUNBUFFERED=1