ci script added

This commit is contained in:
2021-01-26 15:50:43 +01:00
parent f74efc929a
commit c9478935cd
2 changed files with 40 additions and 4 deletions

View File

@ -7,13 +7,11 @@ ARG APP_DIR="/opt/app"
ARG CONF_DIR="${APP_DIR}/config"
ENV DB_HOST="172.16.10.18"
ENV DB_NAME="hausverwaltung"
ENV DB_NAME="authservice"
ENV DB_USER="hausverwaltung-ui"
ENV DB_PASS="test123"
ENV JWT_ISSUER='de.hottis.hausverwaltung'
ENV JWT_SECRET='streng_geheim'
ENV JWT_LIFETIME_SECONDS=60
ENV JWT_ALGORITHM='HS256'
RUN \