mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-05 21:45:26 +02:00
Implement yaml config (#271)
This commit is contained in:
parent
5a7f1c843b
commit
13762096c4
20 changed files with 164 additions and 479 deletions
|
@ -9,9 +9,6 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./.env:/usr/src/app/.env
|
||||
- ./.codexdocsrc:/usr/src/app/.codexdocsrc:ro
|
||||
- ./config/production.json:/usr/src/app/config/production.json:ro
|
||||
- ./public/uploads:/uploads
|
||||
- ./.db:/usr/src/app/.db
|
||||
- /usr/src/app/node_modules
|
||||
- ./db:/usr/src/app/db
|
||||
- ./app-config.yaml:/usr/src/app/app-config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue