-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
27 lines (26 loc) · 1.01 KB
/
docker-compose.yml
File metadata and controls
27 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Config overrides for local development of theLink stack.
version: '3.7'
services:
tabledetectorbot:
network_mode: host
build:
context: ./
args:
NPM_TOKEN: aec81430-82a3-4284-9b96-c8a87f346536
ports:
- 10003:10003
environment:
- NODE_ENV=DEVELOPMENT
- RABBIT_URL=amqp://rabbitmq:CodaGlenBaronyMonk@127.0.0.1:10003?heartbeat=3600
- RABBIT_OUTGOING_URL=amqp://rabbitmq:CodaGlenBaronyMonk@localhost:10003?heartbeat=3600
- LIBRARIAN_HOST=http://10.137.64.157:3020
- LIBRARIAN_USERNAME=botuser
- LIBRARIAN_PASSWORD=CodaGlenBaronyMonk
- LIBRARIAN_SECRET=PentagramPantherBucklePuebloAfterglowDiscard
- NEO4J_USER=neo4j
- NEO4J_PASS=CodaGlenBaronyMonk
- NEO4J_URL=bolt://localhost:10002
- RABBIT_PREFETCH=1
volumes:
- ./config/fpp-config.json:/srv/app/config/fpp-config.json:ro
- ./mounts/tabledetectorbot/models:/srv/app/luminoth/utils/pretrained_models/luminoth