fix: redis service context error (#1042)
https://discuss.frappe.io/t/service-redis-has-neither-an-image-nor-a-build-context-specified-invalid-compose-project/99936
This commit is contained in:
parent
7b193e3392
commit
a270514eb1
@ -38,7 +38,17 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- bench-network
|
- bench-network
|
||||||
- mariadb-network
|
- mariadb-network
|
||||||
redis:
|
redis-cache:
|
||||||
|
networks:
|
||||||
|
- bench-network
|
||||||
|
- mariadb-network
|
||||||
|
|
||||||
|
redis-queue:
|
||||||
|
networks:
|
||||||
|
- bench-network
|
||||||
|
- mariadb-network
|
||||||
|
|
||||||
|
redis-socketio:
|
||||||
networks:
|
networks:
|
||||||
- bench-network
|
- bench-network
|
||||||
- mariadb-network
|
- mariadb-network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user