2021-01-29 09:18:22 +01:00
|
|
|
---
|
|
|
|
services:
|
2021-04-30 15:05:39 +02:00
|
|
|
nexus-bot:
|
2021-01-29 09:18:22 +01:00
|
|
|
depends_on:
|
2021-04-30 15:05:39 +02:00
|
|
|
- nexus-meta-api
|
2021-01-29 09:18:22 +01:00
|
|
|
environment:
|
|
|
|
ENV_TYPE: production
|
2021-04-30 15:05:39 +02:00
|
|
|
image: thesuperpirate/nexus-bot:latest
|
2021-01-29 09:18:22 +01:00
|
|
|
ports:
|
2021-04-25 14:11:06 +02:00
|
|
|
- '3000:3000'
|
2021-04-23 17:23:02 +02:00
|
|
|
nexus-meta-api:
|
|
|
|
depends_on:
|
|
|
|
- summa
|
|
|
|
environment:
|
2021-04-25 14:24:21 +02:00
|
|
|
ENV_TYPE: production
|
2021-04-23 17:23:02 +02:00
|
|
|
NEXUS_META_API_grpc.address: '0.0.0.0'
|
|
|
|
NEXUS_META_API_grpc.port: 9090
|
|
|
|
NEXUS_META_API_summa.url: 'http://summa:8082'
|
2021-04-30 15:05:39 +02:00
|
|
|
image: thesuperpirate/nexus-meta-api:latest
|
2021-01-29 09:18:22 +01:00
|
|
|
summa:
|
|
|
|
environment:
|
|
|
|
ENV_TYPE: production
|
2021-04-23 17:23:02 +02:00
|
|
|
SUMMA_debug: 'true'
|
|
|
|
SUMMA_http.address: '0.0.0.0'
|
|
|
|
SUMMA_http.port: '8082'
|
2021-01-29 09:18:22 +01:00
|
|
|
image: izihawa/summa:latest
|
|
|
|
volumes:
|
2021-04-23 17:23:02 +02:00
|
|
|
- '${DATA_PATH}:/summa/data'
|
2021-01-29 09:36:47 +01:00
|
|
|
version: "3"
|