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

View File

@@ -10,6 +10,7 @@ services:
required: true required: true
volumes: volumes:
- ./data-files:/app/data-files - ./data-files:/app/data-files
# - ./bewcloud.config.ts:/app/bewcloud.config.ts # uncomment if you need to override the default config
postgresql: postgresql:
image: postgres:15 image: postgres:15