Added experimental version of pirsch for server side tracking.

This commit is contained in:
Marvin Blum
2020-06-21 16:01:42 +02:00
committed by Marvin Blum
parent a23faafc25
commit 186f1213a6
10 changed files with 106 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ WORKDIR /app
ENV MB_LOGLEVEL=info
ENV MB_ALLOWED_ORIGINS=*
ENV MB_HOST=0.0.0.0:80
ENV MB_DB_PORT=5432
ENV MB_DB_SSLMODE=disable
EXPOSE 80
EXPOSE 443