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
* Portable database health check
to ensure that the Django migrations do not run until the database is
fully up.
The previous solution, to use the long form of `depends_on:` in our
compose.yaml file, isn't supported by podman-compose:
containers/podman-compose#453
* Switch to using a bash heredoc
to more readably construct the Python script to be run.
0 commit comments