Merge remote-tracking branch 'socket.io-postgres-emitter/main' into monorepo

This commit is contained in:
Damien Arrachequesne
2025-09-04 09:28:36 +02:00
15 changed files with 2703 additions and 21 deletions

View File

@@ -35,6 +35,18 @@ jobs:
ports:
- 6379:6379
postgres:
image: postgres:14
env:
POSTGRES_PASSWORD: changeit
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- name: Checkout repository
uses: actions/checkout@v4