Files
socket.io/examples/postgres-adapter-example/compose.yaml
2024-07-19 15:20:12 +02:00

8 lines
129 B
YAML

services:
postgres:
image: postgres:14
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: "changeit"