Skip to content

Commit

Permalink
app runner docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Jun 7, 2021
1 parent d3fe529 commit 56f771f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,12 @@ $> docker run -it -p 8080:8080 \

### App Runner

The `geotag-www` Docker container (see above)
The `geotag-www` Docker container (see above) can be inside of the [AWS AppRunner](https://aws.amazon.com/ru/apprunner/) service.

If nothing else make sure you specify the `GEOTAG_SERVER_URI=http://0.0.0.0:8080` environment variable. Without the App Runner health checks will fail and your service will not be created.

![](docs/images/geotag-apprunner-env.png)

Note that at this time [it is not possible to update environment variables](https://github.com/aws/apprunner-roadmap/issues/18) for an App Runner service once created. If you need to update your environment variables you'll need to create a new service.

## See also
Expand Down
Binary file added docs/images/geotag-apprunner-env.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56f771f

Please sign in to comment.