mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +00:00
8 lines
143 B
YAML
8 lines
143 B
YAML
services:
|
|
postgres:
|
|
environment:
|
|
- POSTGRES_HOST_AUTH_METHOD=trust
|
|
image: "postgres:9.6-alpine"
|
|
ports:
|
|
- "5432:5432"
|