Skip to content

Commit

Permalink
chore: remove rediscache volume
Browse files Browse the repository at this point in the history
It's not used anymore
  • Loading branch information
raphael0202 committed Feb 23, 2024
1 parent 705f5c2 commit 5e4b152
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test:

create_external_volumes:
@echo "🥫 Creating external volumes (production only) …"
@for vol_name in esdata01 esdata02 rediscache; \
@for vol_name in esdata01 esdata02; \
do \
vol_name=${COMPOSE_PROJECT_NAME}_$$vol_name; \
vol_path=${DOCKER_LOCAL_DATA}/$$vol_name; \
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ services:
volumes:
esdata01:
esdata02:
rediscache:

networks:
# this is the network shared with product opener
Expand Down
3 changes: 0 additions & 3 deletions docker/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ volumes:
esdata02:
external: true
name: ${COMPOSE_PROJECT_NAME}_esdata02
rediscache:
external: true
name: ${COMPOSE_PROJECT_NAME}_rediscache

networks:
common_net:
Expand Down

0 comments on commit 5e4b152

Please sign in to comment.