convox/convox.yml
David Dollar 4710e02af8
docs: embed docs app and first pass at documentation (#81)
* 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
2020-01-31 14:10:34 -05:00

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