Commit 466f3bc3 authored by Nacho's avatar Nacho
Browse files

Aumenta el número máximo de conexiones

parent 91ac25ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM postgres:10.3

ENV PG_PORT="5432" \
	PG_MAX_CONNECTIONS="100" \
	PG_MAX_CONNECTIONS="400" \
	PG_SHARED_PRELOAD_LIBRARIES="pg_cron" \
	PG_WAL_LEVEL="logical" \
	PG_MAX_WAL_SIZE="5GB" \