mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 12:06:54 -06:00
Build PostgreSQL image instead of using ankene
This commit is contained in:
parent
042c7949b4
commit
eb710f9357
@ -20,7 +20,8 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres:15
|
build:
|
||||||
|
context: .postgres/
|
||||||
networks:
|
networks:
|
||||||
- evolution-net
|
- evolution-net
|
||||||
command: ["postgres", "-c", "max_connections=1000", "-c", "listen_addresses=*"]
|
command: ["postgres", "-c", "max_connections=1000", "-c", "listen_addresses=*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user