We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a762568 commit 49630b9Copy full SHA for 49630b9
1 file changed
docker/docker-compose.production.yml
@@ -152,6 +152,8 @@ services:
152
PHOENIX_EVENTS_URL: '${PHOENIX_EVENTS_URL:-http://events:4000}'
153
SIDEKIQ_WEB_USER: '${SIDEKIQ_WEB_USER}'
154
SIDEKIQ_WEB_PASSWORD: '${SIDEKIQ_WEB_PASSWORD}'
155
+ # ProPay gateway (internal Docker network)
156
+ PROPAY_URL: '${PROPAY_URL:-http://propay:5555}'
157
158
healthcheck:
159
test:
@@ -206,6 +208,8 @@ services:
206
208
SMTP_ADDRESS: '${SMTP_ADDRESS:-smtp.gmail.com}'
207
209
SMTP_PORT: '${SMTP_PORT:-587}'
210
SMTP_DOMAIN: '${SMTP_DOMAIN:-gmail.com}'
211
212
213
214
test: ["CMD-SHELL", "grep -q sidekiq /proc/1/cmdline || exit 1"]
215
interval: 30s
0 commit comments