Usar PostgreSQL 13 Alpine para compatibilidade

This commit is contained in:
Erik
2025-11-26 15:12:00 -03:00
parent cd320fdf33
commit 8c252eb590

View File

@@ -1,7 +1,7 @@
version: '3.8' version: '3.8'
services: services:
postgres: postgres:
image: postgres:13 image: postgres:13-alpine
container_name: occto_postgres container_name: occto_postgres
environment: environment:
POSTGRES_USER: ${POSTGRES_USER:-admin} POSTGRES_USER: ${POSTGRES_USER:-admin}