services: cli-proxy-api: build: context: . dockerfile: Dockerfile args: VERSION: ${VERSION:-dev} COMMIT: ${COMMIT:-none} BUILD_DATE: ${BUILD_DATE:-unknown} image: cli-proxy-api:latest container_name: cli-proxy-api ports: - "8317:8317" - "8085:8085" - "1455:1455" - "54545:54545" volumes: - ./config.yaml:/CLIProxyAPI/config.yaml - ./auths:/root/.cli-proxy-api - ./logs:/CLIProxyAPI/logs restart: unless-stopped