You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the example include docker-compose.yaml file, it builds the API server locally and is able to boot up. When using the dockerhub image available on https://hub.docker.com/r/appbaseio/reactivesearch-api, it fails to boot asking for a valid APPBASE_ID.
sarah@remote-dev:~/reactivesearch-api$ docker compose up reactivesearch
[+] Running 1/1
✔ reactivesearch Pulled 0.9s
[+] Running 2/0
✔ Container elasticsearch Running 0.0s
✔ Container reactivesearch Recreated 0.1s
Attaching to reactivesearch
reactivesearch | => port used 8000
reactivesearch | [cmd] : reading env file .env . This may happen if the environments are declared directly : open .env: no such file or directory
reactivesearch | time="2024/01/09 19:08:35" level=fatal msg="APPBASE_ID env required but not present" file=" billing.go:615"
reactivesearch exited with code 0
What version of ReactiveSearch API are you using ?
latest
What issue did you run into?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered:
When using the example include
docker-compose.yaml
file, it builds the API server locally and is able to boot up. When using the dockerhub image available on https://hub.docker.com/r/appbaseio/reactivesearch-api, it fails to boot asking for a validAPPBASE_ID
.Could this be happening because of the build args not being opensource? https://github.com/appbaseio/reactivesearch-api/blob/dev/Dockerfile#L3-L18
My modified docker-compose file:
What version of
ReactiveSearch API
are you using ?latest
What issue did you run into?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: