Skip to content

Commit

Permalink
Use external network 'uitdatabank' for search
Browse files Browse the repository at this point in the history
  • Loading branch information
willaerk committed Sep 16, 2024
1 parent 538aaba commit 05f24d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- "9000:80"
networks:
uitdatabank:
uitdatabank-search:
aliases:
- search.uitdatabank.dev
elasticsearch:
Expand All @@ -21,13 +21,14 @@ services:
volumes:
- 'udb3-es:/elasticsearch/data'
networks:
uitdatabank:
uitdatabank-search:
aliases:
- elasticsearch.uitdatabank.dev

networks:
uitdatabank:
driver: bridge
uitdatabank-search:
name: uitdatabank
external: true

volumes:
udb3-es:
Expand Down

0 comments on commit 05f24d9

Please sign in to comment.