mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
Add files via upload
This commit is contained in:
parent
d5a6c09ba7
commit
fe41adc508
1 changed files with 8 additions and 8 deletions
|
|
@ -13,28 +13,28 @@ services:
|
|||
- traefik.http.routers.${ROUTER}-http.rule=Host(${SITES?SITES not set})
|
||||
configurator:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
backend:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
websocket:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
scheduler:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
queue-default:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
queue-short:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
queue-long:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
redis:
|
||||
networks:
|
||||
- mariadb-network
|
||||
- bench-network
|
||||
|
||||
networks:
|
||||
traefik-public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue