services: clue-picker: image: docker-registry.kolpacksoftware.com/clue-picker:latest container_name: clue-picker restart: unless-stopped ports: - "3001:3001" networks: - npm-network networks: npm-network: external: true