Add clue-picker service (docker-registry image, port 3001)

This commit is contained in:
2026-03-04 20:07:33 +00:00
parent 9a9d0562ae
commit 460afd7221
+13
View File
@@ -0,0 +1,13 @@
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