mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 20:12:54 +00:00
13 lines
254 B
YAML
13 lines
254 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
proxy-postgres:
|
|
image: postgres:17-bookworm
|
|
container_name: proxy-postgres
|
|
environment:
|
|
POSTGRES_PASSWORD: proxy-postgres
|
|
ports:
|
|
- "5432:5432"
|
|
volumes:
|
|
- ./sql:/docker-entrypoint-initdb.d
|