docker-redis - local tests

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-10-02 00:50:40 -04:00
parent 04dec6d91c
commit ddb0990645
4 changed files with 10 additions and 14 deletions

View File

@@ -63,7 +63,9 @@ services:
condition: service_healthy
ports:
- "4000:4000"
volumes:
- .:/app
- /app/node_modules # Prevents overwriting node_modules
networks:
redis-cluster-net:
driver: bridge