Hello everyone, What should I do if I plan to use ...
# ingestion
m
Hello everyone, What should I do if I plan to use local mysql and ES, not mysql and ES in Docker, but GMS service and UI in Docker? Do I need to create tables and indexes manually
o
Hi! You should not need to manually build the indices or tables, you just need to update the hosts for mysql-setup & elasticsearch-setup jobs in their respective env files 🙂
m
Do you mean the modified file in the first picture? I see that the quick start docker file GMS contains ES and Mysql environment variables, do I need to modify this?
o
Yes, whichever compose file you are using to deploy will need to point to your custom locations for services
m
Thanks 👍