Add proxysql network

This commit is contained in:
Micke Nordin 2023-02-28 14:06:17 +01:00
parent 988efa23d9
commit 45762b076a
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -17,6 +17,9 @@ services:
networks:
- default
- mariadb-<%= @customer %>_<%= @customer %>
<%- if @environment == 'test' -%>
- proxysql_proxysql
<% end -%>
dns:
- 89.46.20.75
- 89.46.21.29
@ -27,5 +30,9 @@ services:
tty: true
networks:
<%- if @environment == 'test' -%>
proxysql_proxysql:
external: true
<% end -%>
mariadb-<%= @customer %>_<%= @customer %>:
external: true