mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
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:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
redis:
|
||||
redis-cache:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
||||
redis-queue:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
||||
redis-socketio:
|
||||
networks:
|
||||
- bench-network
|
||||
- mariadb-network
|
||||
|
Loading…
Reference in New Issue
Block a user