Skip to content

Commit

Permalink
feat(ci): add bonde actions env to deploy app
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Sep 27, 2023
1 parent 6bed0dc commit 51cb81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- RECAPTCHA_PUBLIC_KEY=${RECAPTCHA_PUBLIC_KEY}
- RECAPTCHA_PRIVATE_KEY=${RECAPTCHA_PRIVATE_KEY}
- DISABLE_RECAPTCHA=${DISABLE_RECAPTCHA}
- BONDE_ACTION_API_URL=${BONDE_ACTION_API_URL}
- BONDE_ACTION_SECRET_KEY=${BONDE_ACTION_SECRET_KEY}
labels:
- traefik.enable=true
- traefik.http.routers.cms.priority=10
Expand Down

0 comments on commit 51cb81f

Please sign in to comment.