Skip to content

Commit

Permalink
Fix compose files
Browse files Browse the repository at this point in the history
Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin committed Nov 26, 2019
1 parent 4675232 commit 6eb78be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MF_JAEGER_URL=jaeger:6831
## Core Services
### Auth
MF_AUTH_LOG_LEVEL=debug
MF_AUTH_HTTP_PORT=8180
MF_AUTH_HTTP_PORT=8188
MF_AUTH_GRPC_PORT=8181
MF_AUTH_DB_PORT=5432
MF_AUTH_DB_USER=mainflux
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ services:
MF_TOKEN_SECRET: ${MF_TOKEN_SECRET}
MF_TOKEN_DURATION: ${MF_TOKEN_DURATION}
MF_TOKEN_RESET_ENDPOINT: ${MF_TOKEN_RESET_ENDPOINT}
MF_AUTH_URL: auth:${MF_AUTH_GRPC_PORT}
ports:
- ${MF_USERS_HTTP_PORT}:${MF_USERS_HTTP_PORT}
- ${MF_USERS_GRPC_PORT}:${MF_USERS_GRPC_PORT}
networks:
- mainflux-base-net

Expand Down

0 comments on commit 6eb78be

Please sign in to comment.