setup pager for querying

This commit is contained in:
f 2021-02-02 21:01:02 -03:00
parent ab59099d5c
commit d0905e1599

View file

@ -8,8 +8,9 @@ ENV PGUSER sutty
ENV PGDB sutty
ENV PGVER 12
ENV PGCLIENT sutty
ENV PAGER "less -niSFX"
RUN apk add --no-cache postgresql postgresql-contrib daemonize
RUN apk add --no-cache postgresql postgresql-contrib daemonize less
COPY ./postgresql.sh /usr/local/bin/postgresql
COPY ./monit.conf /etc/monit.d/postgresql.conf