revert set wal_level flag

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-06 02:54:47 -06:00
parent a59688fab4
commit 6bd7a8ae63
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ services:
test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
interval: 5s
retries: 20
command: ["-c", "wal_level=logical"]
# db-publish:
# restart: always

View file

@ -74,7 +74,6 @@ services:
test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
interval: 5s
retries: 20
command: ["-c", "wal_level=logical"]
replikey:
restart: always