mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Updated networks
This commit is contained in:
parent
fe41adc508
commit
8d05f3272b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ services:
|
|||
frontend:
|
||||
networks:
|
||||
- traefik-public
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
|
|
@ -16,6 +15,7 @@ services:
|
|||
- bench-network
|
||||
backend:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
websocket:
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue