Skip to content

Commit

Permalink
fix: typo in entity service URL env var in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Sep 30, 2023
1 parent 66216b1 commit b671826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
- APPLICATION_TENANTS_0_ISSUER=${APPLICATION_TENANTS_0_ISSUER}
- APPLICATION_TENANTS_0_URI=${APPLICATION_TENANTS_0_URI}
- APPLICATION_TENANTS_0_DBSCHEMA=${APPLICATION_TENANTS_0_DBSCHEMA}
- SUBSCRIPTION_ENTITY_SERVICE-URL=${SUBSCRIPTION_ENTITY_SERVICE_URL}
- SUBSCRIPTION_ENTITY-SERVICE-URL=${SUBSCRIPTION_ENTITY_SERVICE_URL}
- SUBSCRIPTION_STELLIO_URL=${SUBSCRIPTION_STELLIO_URL}
ports:
- "8084:8084"
Expand Down

0 comments on commit b671826

Please sign in to comment.