Skip to content

Commit

Permalink
pg-activity
Browse files Browse the repository at this point in the history
  • Loading branch information
kenayagi committed Oct 28, 2024
1 parent 5ed33b5 commit 84cb963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ ENV POSTGRES_HOST=db
ENV POSTGRES_USER=odoo
ENV POSTGRES_PASSWORD=Us3rP4ssw0rD

ENV PGDATABASE=${ODOO_DB}
ENV PGHOST=${POSTGRES_HOST}
ENV PGPASSWORD=${POSTGRES_PASSWORD}
ENV PGUSER=${POSTGRES_USER}

ENV LANG=it_IT.UTF-8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -55,6 +60,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
locales \
lsb-release \
nano \
pg-activity \
procps \
rsync \
tdsodbc \
Expand Down

0 comments on commit 84cb963

Please sign in to comment.