Deploy CC-Gateway with Docker
docker-compose up -d
docker run -d --name cc-gateway -p 8080:8080 \
-v $(pwd)/config.yaml:/app/config.yaml:ro \
cc-gateway:latest
docker logs cc-gateway - View logsdocker restart cc-gateway - Restartdocker stop cc-gateway - Stop