Files
switch-config-manager/docker-compose.yml
T

27 lines
605 B
YAML

services:
switch-config-manager:
build:
context: .
dockerfile: Dockerfile
container_name: switch-config-manager
ports:
- "8003:8003"
volumes:
- ./config.py:/app/config.py:ro
- ./configs:/configs
environment:
- PYTHONUNBUFFERED=1
- NOCODB_URL=http://nocodb:8080
- NOCODB_TOKEN=eWU_ilelaCtNy1JzC7vf41DokkqFOovcLHM0zVml
- NOCODB_BASE_ID=p1h7iyzjjbsnfv5
- NOCODB_TABLE_ID=md03qoibd5fz839
restart: unless-stopped
networks:
- nocodb-network
networks:
nocodb-network:
external: true
name: nocodb-network