mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-20 19:19:24 -06:00
Build PostgreSQL image instead of using ankene
This commit is contained in:
parent
042c7949b4
commit
eb710f9357
@ -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=*"]
|
||||
|
Loading…
Reference in New Issue
Block a user