mirror of https://github.com/usbharu/Hideout.git
11 lines
197 B
YAML
11 lines
197 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
db:
|
||
|
image: postgres:16
|
||
|
ports:
|
||
|
- "5432:5432"
|
||
|
environment:
|
||
|
POSTGRES_USER: "postgres"
|
||
|
POSTGRES_PASSWORD: "password"
|
||
|
POSTGRES_DB: "hideout"
|