fix example env variable names

https://github.com/ohmyform/ohmyform/issues/134
This commit is contained in:
Michael Schramm 2021-05-07 00:32:49 +02:00
parent feff3056a5
commit 4eb162b8e0
3 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- heroku deployments
- fix problem with node-prune on production build
- variable names in examples (https://github.com/ohmyform/ohmyform/issues/134)
### Security

View File

@ -13,7 +13,8 @@ services:
ui:
image: ohmyform/ui
environment:
API_HOST: http://localhost:8090/graphql
ENDPOINT: http://localhost:8090/graphql
SERVER_ENDPOINT: http://api:5000/graphql
PORT: 5000
ports:
- "8080:5000"

View File

@ -20,6 +20,7 @@ services:
ui:
image: ohmyform/ui
environment:
SERVER_ENDPOINT: http://api:5000/graphql
PORT: 5000
api:
image: ohmyform/api