mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
10 lines
261 B
YAML
10 lines
261 B
YAML
version: "3.2"
|
|
services:
|
|
docs:
|
|
image: ghcr.io/codex-team/codex.docs:v2.0.0-rc.8
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./uploads:/usr/src/app/uploads
|
|
- ./db:/usr/src/app/db
|
|
- ./docs-config.local.yaml:/usr/src/app/docs-config.yaml
|