Skip to content

Commit 6afd0fc

Browse files
committed
feat: added TRANSLATOR_API_BASE to docker-compose-redis.yml
1 parent abf68a2 commit 6afd0fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose-redis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
environment:
1717
MAILGUN_API_KEY: ${MAILGUN_API_KEY}
1818
MAILGUN_DOMAIN: ${MAILGUN_DOMAIN}
19+
TRANSLATOR_API_BASE: "http://host.docker.internal:5000"
1920
depends_on:
2021
- redis
2122

0 commit comments

Comments
 (0)