Skip to content

Commit

Permalink
chore(es8): add es8 to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Dec 8, 2024
1 parent 470a974 commit 897b380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- db
- cache
- postgres
- es8
command: >
sh -c "python manage.py migrate sites &&
python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
Expand All @@ -35,6 +36,13 @@ services:
command: sh dev-docker/node-entrypoint.sh
ports:
- "3000:3000"
es8:
image: "elasticsearch:8.8.2"
ports:
- "9200:9200"
- "9300:9300"
environment:
- discovery.type=single-node

postgres:
image: "postgres:latest"
Expand Down

0 comments on commit 897b380

Please sign in to comment.