Skip to content

Commit

Permalink
moved variables to environment from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Jun 22, 2023
1 parent 20f3a42 commit fc2d3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ services:
image: tejashjl/sunbird-rc-certificate-api:v0.0.13-1
environment:
- PORT=8078
- QR_TYPE=URL
- CERTIFICATE_DOMAIN_URL=http://localhost:3000
- QR_TYPE=${QR_TYPE}
- CERTIFICATE_DOMAIN_URL=${CERTIFICATE_DOMAIN_URL}
ports:
- "8078:8078"
healthcheck:
Expand Down

0 comments on commit fc2d3b6

Please sign in to comment.