mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
Updated networks
This commit is contained in:
parent
8d05f3272b
commit
85ad1cf200
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ services:
|
|||
configurator:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
backend:
|
||||
networks:
|
||||
- mariadb-network
|
||||
|
|
@ -20,21 +21,26 @@ services:
|
|||
websocket:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
scheduler:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
queue-default:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
queue-short:
|
||||
networks:
|
||||
- bench-network
|
||||
queue-long:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
redis:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
||||
networks:
|
||||
traefik-public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue