mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Include example of using the new config file in docker-compose.yml
This commit is contained in:
parent
455a7201e9
commit
cabc18f15d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ services:
|
|||
required: true
|
||||
volumes:
|
||||
- ./data-files:/app/data-files
|
||||
# - ./bewcloud.config.ts:/app/bewcloud.config.ts # uncomment if you need to override the default config
|
||||
|
||||
postgresql:
|
||||
image: postgres:15
|
||||
|
|
|
|||
Loading…
Reference in a new issue