Skip to content

Commit

Permalink
Remove status services custom healthcheck
Browse files Browse the repository at this point in the history
Add version fetching in front-end
  • Loading branch information
Kevan-Y committed Mar 22, 2022
1 parent fc66e3a commit eb0d467
Show file tree
Hide file tree
Showing 8 changed files with 2,451 additions and 3,059 deletions.
19 changes: 19 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,25 @@ services:

# nginx
nginx:
build:
context: ../src/web
dockerfile: Dockerfile
cache_from:
- docker.cdot.systems/nginx:buildcache
# next.js needs build-time access to a number of API URL values, forward as ARGs
args:
# Web front-end URL
- WEB_URL=${WEB_URL}
# Telescope 1.0 API URL
- API_URL=${API_URL}
# Telescope 2.0 Microservice URLs
- IMAGE_URL=${IMAGE_URL}
- SSO_URL=${SSO_URL}
- POSTS_URL=${POSTS_URL}
- SEARCH_URL=${SEARCH_URL}
- FEED_DISCOVERY_URL=${FEED_DISCOVERY_URL}
- STATUS_URL=${STATUS_URL}
- GIT_COMMIT=${GIT_COMMIT}
container_name: 'nginx'
environment:
- TELESCOPE_HOST
Expand Down

0 comments on commit eb0d467

Please sign in to comment.