Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Trying something else for the network setup?
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed May 17, 2024
1 parent 649339c commit 2126171
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ services:
networks:
- opensearch-net


grants-api:
build:
context: .
Expand All @@ -69,6 +68,8 @@ services:
depends_on:
- grants-db
- opensearch-node
extra_hosts:
- "host.docker.internal:host-gateway"

volumes:
grantsdbdata:
Expand Down

0 comments on commit 2126171

Please sign in to comment.