-
Notifications
You must be signed in to change notification settings - Fork 88
Description
I started converting docker compose to a Helm Chart, if anyone is interested I could try to create repo for it.
Currently able to get it up and running, but also being my first time messing around with acore in general I have not got the account creation or public IP address in the mysql worked out in the deployment just yet. Those are still manual.
When I exec into the worldserver or authserver the account create
does not work. Is there some command to run inside the worldserver outside of the acore.sh?
Currently I have to stop the pod and manually run the acore.sh run-worldserver and wait for input to be able to create accounts.
Then I can re-run the pod to start worldserver detached.
I'm sure someone here with more knowledge would be able to figure it out