Files
docker-infrastructure/clue-picker/docker-compose.yaml
T

12 lines
230 B
YAML

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