Fix bind mount in docker-compose.yml

This commit is contained in:
Keannu Christian Bernasol 2025-09-03 02:33:41 +08:00
parent e063a4c292
commit 08807eb9b8

View file

@ -12,7 +12,7 @@ services:
environment:
- RUN_TYPE=api
volumes:
- ./src:/app/src # Bind mount for persistent schema.yml and static files
- ./src/static:/app/src/static # Bind mount for persistent static files
depends_on:
- redis