Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add nakama-debug on docker-compose to fix debug mode (#51)
Adding nakama-debug on docker-compose.yml to fix running cardinal on debug mode `--debug` flag. Previously `cardinal-debug` container need `nakama` but `nakama` depends-on `cardinal` not `cardinal-debug` so this results an error when running cardinal with debug mode. ** ~~Updated using two docker-compose file. CLI will run with args -f docker-compose.yml -f docker-compose.debug.yml up in --debug mode and it will override the first docker-compose file with the second one.~~ Updated using short syntax with envar passed from world-cli
- Loading branch information