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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue