Correct network settings
This commit is contained in:
parent
d104fd4299
commit
238172397b
|
@ -13,20 +13,9 @@ services:
|
||||||
command: redis-server /data/redis.conf --loglevel verbose
|
command: redis-server /data/redis.conf --loglevel verbose
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
<%- if @environment == 'test' -%>
|
|
||||||
- proxysql_proxysql
|
- proxysql_proxysql
|
||||||
<%- else %>
|
|
||||||
- mariadb-<%= @customer %>_<%= @customer %>
|
|
||||||
<% end -%>
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mariadb-<%= @customer %>_<%= @customer %>:
|
|
||||||
external: true
|
|
||||||
<%- if @environment == 'test' -%>
|
|
||||||
proxysql_proxysql:
|
proxysql_proxysql:
|
||||||
external: true
|
external: true
|
||||||
<%- else %>
|
|
||||||
mariadb-<%= @customer %>_<%= @customer %>:
|
|
||||||
external: true
|
|
||||||
<% end -%>
|
|
||||||
|
|
||||||
|
|
|
@ -16,11 +16,7 @@ services:
|
||||||
- <%= @rclone_conf_path %>:/rclone.conf
|
- <%= @rclone_conf_path %>:/rclone.conf
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
<%- if @environment == 'test' -%>
|
|
||||||
- proxysql_proxysql
|
- proxysql_proxysql
|
||||||
<%- else %>
|
|
||||||
- mariadb-<%= @customer %>_<%= @customer %>
|
|
||||||
<% end -%>
|
|
||||||
dns:
|
dns:
|
||||||
- 89.46.20.75
|
- 89.46.20.75
|
||||||
- 89.46.21.29
|
- 89.46.21.29
|
||||||
|
@ -31,10 +27,5 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
<%- if @environment == 'test' -%>
|
|
||||||
proxysql_proxysql:
|
proxysql_proxysql:
|
||||||
external: true
|
external: true
|
||||||
<%- else %>
|
|
||||||
mariadb-<%= @customer %>_<%= @customer %>:
|
|
||||||
external: true
|
|
||||||
<% end -%>
|
|
||||||
|
|
Loading…
Reference in a new issue