We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf68a2 commit 6afd0fcCopy full SHA for 6afd0fc
1 file changed
docker-compose-redis.yml
@@ -16,6 +16,7 @@ services:
16
environment:
17
MAILGUN_API_KEY: ${MAILGUN_API_KEY}
18
MAILGUN_DOMAIN: ${MAILGUN_DOMAIN}
19
+ TRANSLATOR_API_BASE: "http://host.docker.internal:5000"
20
depends_on:
21
- redis
22
0 commit comments