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

14 lines
261 B
YAML

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