Skip to content

Commit

Permalink
Merge pull request #5041 from planetf1/issue5039b
Browse files Browse the repository at this point in the history
Fix docker-compose startup of nginx
  • Loading branch information
planetf1 authored Apr 7, 2021
2 parents e4953c9 + 55af4be commit 2b908b3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ services:
ports:
- '18888:8888'
depends_on:
- kafka
- core
- dev
- datalake
Expand Down Expand Up @@ -129,7 +128,6 @@ services:
ui:
depends_on:
- datalake
- uistatic
image: '${egeria_repo}/egeria:${egeria_version}'
environment:
- OMAS_SERVER_URL=https://datalake:9443
Expand Down Expand Up @@ -168,6 +166,9 @@ services:
- '.env'

nginx:
depends_on:
- ui
- uistatic
image: 'nginx:latest'
ports:
- '10443:443'
Expand Down

0 comments on commit 2b908b3

Please sign in to comment.