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