Downgrade PostgreSQL para versão 13 (compatível com CPU antiga)

This commit is contained in:
Erik
2025-11-26 15:05:23 -03:00
parent 674ff4daf5
commit cd320fdf33

View File

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