Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tup-cms): fp-1952 isolate ES network #106

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(apcd-cms): fp-1952 isolate ES network
  • Loading branch information
wesleyboar authored Jan 20, 2023
commit 320375c847eb38b7fb968d676efee76490fc198f
4 changes: 2 additions & 2 deletions apps/tup-cms/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ../../
dockerfile: apps/tup-cms/Dockerfile
ports:
- 8000:8000
- 127.0.0.1:8000:8000
command: ['python3', 'manage.py', 'runserver', '0.0.0.0:8000']
container_name: tup_cms
hostname: tup_cms
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
- tup_cms_es_data:/usr/share/elasticsearch/data
container_name: tup_cms_elasticsearch
ports:
- 9201:9200
- 127.0.0.1:9201:9200
networks:
- tup_cms_net

Expand Down