Skip to content

Commit 83325d2

Browse files
committed
docker-compose - create sentry_follower db in postgres
1 parent d44bbdb commit 83325d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.harness.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ services:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_PASSWORD: 'postgres'
1515
# harness_* databases are used by the `test_harness` crate for testing
16-
# `sentry_leader` is the default database used by `sentry` for running tests
16+
# `sentry_leader` is the default database used by `sentry` for running tests and the leader
17+
# `sentry_leader` is for running the local follower when maunally testing
1718
# `primitives` is used for running tests in the `primitives` crate
18-
POSTGRES_MULTIPLE_DATABASES: harness_leader,harness_follower,sentry_leader,primitives
19+
POSTGRES_MULTIPLE_DATABASES: harness_leader,harness_follower,sentry_leader,sentry_follower,primitives
1920
networks:
2021
- adex-external
2122

0 commit comments

Comments
 (0)