services: cc-connect: image: chenhg5/cc-connect:latest container_name: cc-connect restart: unless-stopped labels: - "com.centurylinklabs.watchtower.enable=true" env_file: - .env volumes: - ./config.toml:/app/config.toml:ro command: - "--config" - "/app/config.toml" extra_hosts: - "host.docker.internal:host-gateway" logging: driver: json-file options: max-size: "10m" max-file: "3"