telemark-arkiv / pindena-proxy

Intercepts registrations to Pindena
MIT License
0 stars 0 forks source link

Build Status js-standard-style

pindena-proxy

Greenkeeper badge Intercepts registrations to Pindena

Prerequisites

Installation

Usage

Docker

The solution i ready for deployment by Docker.

Setup your environment variables in the Dockerfile.

# Env variables
ENV SERVER_PORT 8000
ENV PINDENA_URL https://telemark.pameldingssystem.no
ENV PINDENA_HOST: telemark.pameldingssystem.no
ENV PINDENA_PROTOCOL https
ENV PINDENA_PORT 443
ENV API_KEY yourSendGridAPIKey
ENV MAIL_TO mailTo@example.com

Build the image

$ docker build -t pindena-proxy .

Start a container

$ docker run -d -p 80:8000 --name pindena pindena-proxy