Skip to content

Commit 7cf66ae

Browse files
committed
AYS-491 | Environment Parameters Have Been Fixed in docker-compose.yml
1 parent 2c10fff commit 7cf66ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
ports:
2828
- "9790:9790"
2929
environment:
30-
- AYS_DB_IP=host.docker.internal
30+
- AYS_DB_WRITER_INSTANCE_IP=host.docker.internal
31+
- AYS_DB_READER_INSTANCE_IP=host.docker.internal
3132
depends_on:
3233
- database

0 commit comments

Comments
 (0)