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
at first, this is just the thing that i was looking for, amazing work.
i am trying to deploy with portainer in a 3 nodes docker swarm this solution, i edit the yaml file but i have some errors, i can fix the depends_on but with the external files, i don't know where to push it. i am using deploy stack option.
i have this error:
open /data/compose/24/nginx-galera.conf: no such file or directory
and three questions:
can i configure all mysql params with the enviroment variables? or i need others files?
why do you choose nginx over proxysql or maxscale solutions?
I have not verified yaml by docker swarm in the past 2 years. so there might be some bugs.
could you please create a pull request if you have fixed some issues you faced ?
If this docker image does not fit you want, you can modify the conf file or init.sh and rebuild the docker image. for example
change the conf in my.cnf or create a conf file in conf/ (they will be copied when you rebuild the docker image)
replace nginx with proxysql in yaml
create a script for backup and copy it to docker image (see init.sh)
Hi
at first, this is just the thing that i was looking for, amazing work.
i am trying to deploy with portainer in a 3 nodes docker swarm this solution, i edit the yaml file but i have some errors, i can fix the depends_on but with the external files, i don't know where to push it. i am using deploy stack option.
i have this error:
open /data/compose/24/nginx-galera.conf: no such file or directory
and three questions:
The text was updated successfully, but these errors were encountered: