Skip to content

Commit

Permalink
docker: Remove redis from the dev docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Aug 31, 2024
1 parent 83bc5bd commit dbdbd49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
ports:
- 3000:3000
environment:
REDIS_HOST: redis
MEILI_ADDR: http://meilisearch:7700
DATA_DIR: /data
command:
Expand All @@ -19,10 +18,6 @@ services:
depends_on:
prep:
condition: service_completed_successfully
redis:
image: redis:7.2-alpine
volumes:
- redis:/data
chrome:
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
Expand All @@ -45,7 +40,6 @@ services:
- ..:/app
working_dir: /app
environment:
REDIS_HOST: redis
MEILI_ADDR: http://meilisearch:7700
BROWSER_WEB_URL: http://chrome:9222
DATA_DIR: /data
Expand All @@ -71,6 +65,5 @@ services:
- "corepack enable && pnpm install --frozen-lockfile && pnpm run db:migrate"

volumes:
redis:
meilisearch:
data:

0 comments on commit dbdbd49

Please sign in to comment.