You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set DJANGO_STORAGE_DIR in your .env file to /home/calitp/app/data (it has to be this path so that nginx can serve media files correctly -- see our nginx.conf)
Outside the devcontainer, run docker compose up -d client
The container fails to start because the database cannot be opened
Expected behavior
The container starts, and the app is running in similar way to how it runs in production using NGINX.
The text was updated successfully, but these errors were encountered:
angela-tran
changed the title
Dev experience: client service fails to come up
Dev experience: client service fails to come up when trying to use storage directory that will load media files
Jan 9, 2025
To Reproduce
Steps to reproduce the behavior:
DJANGO_STORAGE_DIR
in your .env file to/home/calitp/app/data
(it has to be this path so that nginx can serve media files correctly -- see our nginx.conf)docker compose up -d client
Expected behavior
The container starts, and the app is running in similar way to how it runs in production using NGINX.
The text was updated successfully, but these errors were encountered: