forked from 2sys/shoutdotdev
13 lines
278 B
YAML
13 lines
278 B
YAML
name: callout
|
|
|
|
services:
|
|
pg:
|
|
image: postgres:17
|
|
restart: always
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: callous
|
|
ports:
|
|
- "127.0.0.1:5447:5432"
|
|
volumes:
|
|
- "./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:ro"
|