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

11 lines
309 B
YAML
Raw Normal View History

2020-11-23 14:09:33 +03:00
version: "3.2"
services:
docs:
image: ghcr.io/codex-team/codex.docs:stage-17857c8-1667816216 # need to be changed after release
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