mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-11 20:27:50 +01:00
337dd78fd1
GitOrigin-RevId: f9aac9b956977973b8aa3ea4e4259ea57bcdf821
23 lines
494 B
YAML
23 lines
494 B
YAML
---
|
|
|
|
services:
|
|
nexus-cognitron-web:
|
|
depends_on:
|
|
- summa
|
|
environment:
|
|
ENV_TYPE: production
|
|
NEXUS_COGNITRON_WEB_IPFS_GATEWAY: https://cloudflare-ipfs.com
|
|
NEXUS_COGNITRON_WEB_SEARCH_API: http://localhost:50000
|
|
image: thesuperpirate/cognitron-web:latest
|
|
ports:
|
|
- "3000:80"
|
|
summa:
|
|
environment:
|
|
ENV_TYPE: production
|
|
image: izihawa/summa:latest
|
|
ports:
|
|
- "50000:80"
|
|
volumes:
|
|
- '${COLLECTION_PATH}:/summa'
|
|
version: "3"
|