1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

add config override to docker-compose.dev.yml

This commit is contained in:
Nikita Melnikov 2022-11-15 09:08:34 -03:00
parent 912a8cdf31
commit b6dfd14c8b

View file

@ -6,6 +6,13 @@ services:
context: .
ports:
- "3000:3000"
command:
- node
- dist/backend/app.js
- -c
- docs-config.yaml
- -c
- docs-config.local.yaml
volumes:
- ./uploads:/usr/src/app/uploads
- ./db:/usr/src/app/db