mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
8 lines
129 B
YAML
8 lines
129 B
YAML
services:
|
|
postgres:
|
|
image: postgres:14
|
|
ports:
|
|
- "5432:5432"
|
|
environment:
|
|
POSTGRES_PASSWORD: "changeit"
|