Include example of using the new config file in docker-compose.yml

This commit is contained in:
Bruno Bernardino 2025-06-04 14:28:39 +01:00
parent 455a7201e9
commit cabc18f15d
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE

View file

@ -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