Skip to content

Commit

Permalink
small changes to compose file and envs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Nov 27, 2023
1 parent 4b8c446 commit 7a2a152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ Example of how to use the API/service on the web:
# create a .env file with
```bash
PARSER_PORT=3001
APP_PORT=5003
MAPPER_PORT=4000
YARRRML_URL=http://yarrrml-parser:${PARSER_PORT}
MAPPER_URL=http://rmlmapper:${MAPPER_PORT}
CONVERTER_PORT=6000
APP_PORT=5003
```

# Run flask app
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
- YARRRML_URL=http://yarrrml-parser:${PARSER_PORT}
- MAPPER_URL=http://rmlmapper:${MAPPER_PORT}
- APP_PORT=${APP_PORT}
- CONVERTER_PORT=${CONVERTER_PORT}
- APP_SECRET=${APP_SECRET}
- ADMIN_NAME=${ADMIN_NAME}
- ADMIN_MAIL=${ADMIN_MAIL}
Expand Down

0 comments on commit 7a2a152

Please sign in to comment.