mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
* stub out docs * add docs app * remove unused gcp code for packr * handle toc ajax * use SEGMENT_TOKEN for segment * remove manual install directory * docs first pass * remove loggin docs for now * remove webhooks docs for now * tweak docs list to first pass intentions * fix header links and add gen2
13 lines
234 B
YAML
13 lines
234 B
YAML
services:
|
|
docs:
|
|
command: bin/docs
|
|
domain: ${HOST}
|
|
environment:
|
|
- ALGOLIA_APP
|
|
- ALGOLIA_INDEX
|
|
- ALGOLIA_KEY_ADMIN
|
|
- ALGOLIA_KEY_SEARCH
|
|
- SEGMENT_TOKEN
|
|
health: /check
|
|
port: https:3000
|