Skip to content

Commit

Permalink
Corrects mount paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fako committed Mar 18, 2023
1 parent a4f79a8 commit 8aaf6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose.web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ services:
hard: -1
volumes:
- elastic-data:/usr/share/elasticsearch/data
- ./deploy/environments/production/secrets/service_tokens:/usr/share/elasticsearch/config/service_tokens
- ./deploy/search/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
- ./environments/production/secrets/service_tokens:/usr/share/elasticsearch/config/service_tokens
- ./search/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml

kibana:
image: docker.elastic.co/kibana/kibana:8.5.3
Expand All @@ -135,7 +135,7 @@ services:
- "5601:5601"
volumes:
- kibana-data:/usr/share/kibana/data
- ./deploy/search/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml
- ./search/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml

nginx:
image: nginx
Expand Down

0 comments on commit 8aaf6b8

Please sign in to comment.