Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user