mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
- Add config-overrides.json to .gitignore (user-specific runtime config) - Add config-overrides.json to .dockerignore (not needed in image) - Mount config-overrides.json as volume in docker-compose.yml This enables persistent configuration overrides in containerized deployments without rebuilding the image.
6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
kubernetes.yaml
|
|
config-overrides.json
|