FROM postgis/postgis:12-2.5-alpine

# Setting Time Zone and DB parameters
ENV POSTGRES_USER='postgres'
ENV POSTGRES_PASSWORD='postgres'
ENV POSTGRES_DB='istsos'
ENV TZ='Europe/Zurich'

EXPOSE 5432

VOLUME  ["/var/lib/postgresql/data"]








