mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
10 lines
143 B
YAML
10 lines
143 B
YAML
version: "3"
|
|
|
|
services:
|
|
postgres:
|
|
image: postgres:12
|
|
ports:
|
|
- "5432:5432"
|
|
environment:
|
|
POSTGRES_PASSWORD: "changeit"
|