ft_chatons/core/postgresql/compose.yml
2026-02-26 23:02:03 +01:00

16 lines
289 B
YAML

services:
postgres:
image: library/postgres
container_name: postgres
networks:
- proxy
environment:
POSTGRES_USER: bapasqui
POSTGRES_PASSWORD: password
PGPORT: 3212
restart: unless-stopped
networks:
proxy:
name: proxy
external: true