Skip to content

Commit

Permalink
Set additional PG* env variables in Dockerfile
Browse files Browse the repository at this point in the history
The database and sslmodel options are now handled implicitely.
  • Loading branch information
fgrsnau committed Nov 16, 2019
1 parent c04150a commit de4dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
# TODO: install as debian package once available
RUN gem install icalendar

ENV PGUSER=postgres PGHOST=postgres
ENV PGUSER=postgres PGHOST=postgres PGDATABASE=nnev PGSSLMODE=disable
# tell jekyll to use utf-8 (website build fails otherwise)
ENV LC_ALL=C.UTF-8
ENV GOPATH=/tmp/go
Expand Down

0 comments on commit de4dbba

Please sign in to comment.