Build PostgreSQL image instead of using ankene

This commit is contained in:
Fabiano Martins 2025-02-02 01:03:47 -03:00 committed by Gabriel Rodrigues
parent 042c7949b4
commit eb710f9357

View File

@ -20,7 +20,8 @@ services:
postgres:
container_name: postgres
image: postgres:15
build:
context: .postgres/
networks:
- evolution-net
command: ["postgres", "-c", "max_connections=1000", "-c", "listen_addresses=*"]