Files
switch-config-manager/docker-compose.yml
T
2026-05-05 19:57:47 +00:00

15 lines
326 B
YAML

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