Skip to content

Commit

Permalink
add depends on app-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Sep 24, 2024
1 parent 6806b11 commit 5bdcc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
image: ap-nimbus-client-direct
depends_on:
- name-postgres
- name-app-manager
build:
context: ../
dockerfile: ./docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion docker/env
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PGHOST=name-postgres
PGUSER=postgres

# Location of the AP predict endpoint (usually in your docker network, but could be set to be elsewhere)
AP_PREDICT_ENDPOINT=http://ap-nimbus-network:8080
AP_PREDICT_ENDPOINT=http://name-app-manager:8080

#Supply a brief sentence about where this instance is hosted (in html format, without newlines
HOSTING_INFO=""
Expand Down

0 comments on commit 5bdcc77

Please sign in to comment.