Skip to content

Commit 49630b9

Browse files
committed
fix: solve Docker Hub timeout
1 parent a762568 commit 49630b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/docker-compose.production.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ services:
152152
PHOENIX_EVENTS_URL: '${PHOENIX_EVENTS_URL:-http://events:4000}'
153153
SIDEKIQ_WEB_USER: '${SIDEKIQ_WEB_USER}'
154154
SIDEKIQ_WEB_PASSWORD: '${SIDEKIQ_WEB_PASSWORD}'
155+
# ProPay gateway (internal Docker network)
156+
PROPAY_URL: '${PROPAY_URL:-http://propay:5555}'
155157

156158
healthcheck:
157159
test:
@@ -206,6 +208,8 @@ services:
206208
SMTP_ADDRESS: '${SMTP_ADDRESS:-smtp.gmail.com}'
207209
SMTP_PORT: '${SMTP_PORT:-587}'
208210
SMTP_DOMAIN: '${SMTP_DOMAIN:-gmail.com}'
211+
# ProPay gateway (internal Docker network)
212+
PROPAY_URL: '${PROPAY_URL:-http://propay:5555}'
209213
healthcheck:
210214
test: ["CMD-SHELL", "grep -q sidekiq /proc/1/cmdline || exit 1"]
211215
interval: 30s

0 commit comments

Comments
 (0)