ft_chatons/core/postgresql/compose.yml
2026-03-02 17:54:11 +01:00

17 lines
329 B
YAML

services:
postgres:
image: library/postgres
container_name: postgres
networks:
- proxy
environment:
POSTGRES_USER: bapasqui
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
PGPORT: 3212
POSTGRES_DB: keycloak
restart: unless-stopped
networks:
proxy:
name: proxy
external: true