diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 4fc3710..6b6dafa 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -3,6 +3,7 @@ services: image: ap-nimbus-client-direct depends_on: - name-postgres + - name-app-manager build: context: ../ dockerfile: ./docker/Dockerfile diff --git a/docker/env b/docker/env index 3c1069c..6e42f3a 100644 --- a/docker/env +++ b/docker/env @@ -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=""