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:
parent
912a8cdf31
commit
b6dfd14c8b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue