Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit a92a823

Browse files
authored
Update docker-compose.yml
1 parent 6fcb7e3 commit a92a823

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ services:
1919
- HEALTHCHECK_URI=http://127.0.0.1:60052/
2020
networks:
2121
- wheels-net
22+
- redis-ha-net
2223
volumes:
2324
- wheels-data:/data
2425

2526
networks:
2627
wheels-net:
2728
driver: overlay
29+
redis-ha-net:
30+
external: true
2831

2932
volumes:
3033
wheels-data:

0 commit comments

Comments
 (0)