Update docker-compose.yml files

This commit is contained in:
Keannu Christian Bernasol 2025-09-03 02:32:58 +08:00
parent e078e19f4b
commit e063a4c292
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,8 @@ services:
- RUN_TYPE=api
volumes:
- ./src:/app/src # NOTE: Do not hot reload the entire /app folder as it will break the .venv
depends_on:
- redis
# Cache
redis:

View file

@ -13,7 +13,9 @@ services:
- RUN_TYPE=api
volumes:
- ./src:/app/src # Bind mount for persistent schema.yml and static files
depends_on:
- redis
# Cache
redis:
env_file: .env