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.
docker-compose.yml
1 parent 2c10fff commit 7cf66aeCopy full SHA for 7cf66ae
docker-compose.yml
@@ -27,6 +27,7 @@ services:
27
ports:
28
- "9790:9790"
29
environment:
30
- - AYS_DB_IP=host.docker.internal
+ - AYS_DB_WRITER_INSTANCE_IP=host.docker.internal
31
+ - AYS_DB_READER_INSTANCE_IP=host.docker.internal
32
depends_on:
33
- database
0 commit comments