Add back proxysql networ
This commit is contained in:
parent
5c89469f3a
commit
d62724d63d
2 changed files with 11 additions and 0 deletions
|
@ -11,4 +11,10 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- <%= @redis_conf_dir %>:/data
|
- <%= @redis_conf_dir %>:/data
|
||||||
command: redis-server /data/redis.conf --loglevel verbose
|
command: redis-server /data/redis.conf --loglevel verbose
|
||||||
|
networks:
|
||||||
|
- proxysql_proxysql
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxysql_proxysql:
|
||||||
|
external: true
|
||||||
|
|
|
@ -18,6 +18,7 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
- proxysql_proxysql
|
||||||
dns:
|
dns:
|
||||||
- 89.46.20.75
|
- 89.46.20.75
|
||||||
- 89.46.21.29
|
- 89.46.21.29
|
||||||
|
@ -26,3 +27,7 @@ services:
|
||||||
- <%= @https_port %>:443
|
- <%= @https_port %>:443
|
||||||
command: sh -c 'tail -F /var/www/html/data/nextcloud.log /var/www/html/data/audit.log| tee -a /proc/1/fd/2 & apachectl -D FOREGROUND'
|
command: sh -c 'tail -F /var/www/html/data/nextcloud.log /var/www/html/data/audit.log| tee -a /proc/1/fd/2 & apachectl -D FOREGROUND'
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxysql_proxysql:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue