Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-compose.yml: add depends_on for more services
The `discord`, `irc`, and `npc` services technically depend on the `mysql` service, so we add the dependency for completeness. The dependency was not explicitly expressed before since we almost always had the mysql service running anyway.
- Loading branch information