Add proxysql network
This commit is contained in:
parent
988efa23d9
commit
45762b076a
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,9 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- mariadb-<%= @customer %>_<%= @customer %>
|
- mariadb-<%= @customer %>_<%= @customer %>
|
||||||
|
<%- if @environment == 'test' -%>
|
||||||
|
- proxysql_proxysql
|
||||||
|
<% end -%>
|
||||||
dns:
|
dns:
|
||||||
- 89.46.20.75
|
- 89.46.20.75
|
||||||
- 89.46.21.29
|
- 89.46.21.29
|
||||||
|
@ -27,5 +30,9 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
<%- if @environment == 'test' -%>
|
||||||
|
proxysql_proxysql:
|
||||||
|
external: true
|
||||||
|
<% end -%>
|
||||||
mariadb-<%= @customer %>_<%= @customer %>:
|
mariadb-<%= @customer %>_<%= @customer %>:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue