mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 01:43:08 +00:00
11 lines
169 B
YAML
11 lines
169 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
db:
|
|
image: postgres:15.4-alpine3.18
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: test123
|
|
ports:
|
|
- "5432:5432"
|