1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 13:19:42 +02:00
codex.docs/docker-compose.yml

11 lines
261 B
YAML
Raw Normal View History

2020-11-23 14:09:33 +03:00
version: "3.2"
services:
docs:
2022-11-12 20:32:57 -03:00
image: ghcr.io/codex-team/codex.docs:v2.0.0-rc.8
2020-11-23 14:09:33 +03:00
ports:
2022-11-04 20:08:38 +02:00
- "3000:3000"
2020-11-23 14:09:33 +03:00
volumes:
2022-11-07 07:44:44 -03:00
- ./uploads:/usr/src/app/uploads
2022-09-29 06:41:24 +08:00
- ./db:/usr/src/app/db
- ./docs-config.local.yaml:/usr/src/app/docs-config.yaml