diff --git a/docker-compose.yml b/docker-compose.yml index 28b998ae5..9ecfa438d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,7 @@ services: # TODO: Enable pgaudit on dev instance. See https://github.com/pgaudit/pgaudit/issues/44#issuecomment-455090262 # Includes wal2json image: us-east1-docker.pkg.dev/firezone-staging/firezone/postgres:15 + command: ["postgres", "-c", "wal_level=logical"] volumes: - postgres-data:/var/lib/postgresql/data environment: