Skip to content

Commit

Permalink
chore: cleanup dev docker compose to not expose so many ports
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Sep 1, 2023
1 parent 3a870b3 commit 0ee8cd7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ services:
python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
depends_on:
- clickhouse
- db
Expand All @@ -42,8 +40,6 @@ services:
volumes:
- ./frontend/public:/frontend/public
- ./frontend/src:/frontend/src
ports:
- "3000:3000"

db:
image: postgres:14-alpine
Expand All @@ -61,8 +57,6 @@ services:
redis:
image: redis:6.2.7-alpine
restart: on-failure
ports:
- "6388:6379"
command: redis-server --maxmemory-policy allkeys-lru --maxmemory 200mb

worker:
Expand All @@ -84,8 +78,6 @@ services:
restart: on-failure
depends_on:
- zookeeper
ports:
- "9000:9000"
volumes:
- ./docker/clickhouse-server/config.d:/etc/clickhouse-server/config.d

Expand Down

0 comments on commit 0ee8cd7

Please sign in to comment.