mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1837 from IB2357/fix/redis-network-isolation
fix(overrides): remove redis services from mariadb network in multi-bench setup
This commit is contained in:
commit
63e163e6b0
1 changed files with 0 additions and 2 deletions
|
|
@ -37,12 +37,10 @@ services:
|
|||
redis-cache:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
||||
redis-queue:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
||||
networks:
|
||||
traefik-public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue