Skip to content

Commit

Permalink
fix(application): update needed env var in compose yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goldentrash committed Nov 18, 2024
1 parent 46483d0 commit bf9d5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ services:
AWS_REGION: ${AWS_REGION}
AWS_S3_BUCKET: ${AWS_S3_BUCKET}
DISCORD_WEBHOOK_URL: ${DISCORD_WEBHOOK_URL}
JWT_SECRET: ${JWT_SECRET}
JWT_EXPIRATION: ${JWT_EXPIRATION}
healthcheck:
test: curl --fail --silent --show-error http://spring:8080/actuator/health || exit 1
interval: 30s
Expand Down

0 comments on commit bf9d5c4

Please sign in to comment.