Compare commits
No commits in common. "1c1ac4119e4a26a634fba34b5c7755ae7cff22a0" and "fb435141d577061eb9e77459b8403c62df25fe9a" have entirely different histories.
1c1ac4119e
...
fb435141d5
3 changed files with 0 additions and 24 deletions
|
@ -2,6 +2,3 @@
|
|||
|
||||
A cron monitoring tool written in Python & Django
|
||||
|
||||
## Important step when deploying
|
||||
The environment variable EMAIL_PORT cannot be left empty.
|
||||
For deactivating e-mail, simply set it to -1.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# mensa-parser
|
||||
|
||||
Mensa parser for Studierendenwerk Tübingen-Hohenheim for the openmensa.org platform
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
version: '3'
|
||||
services:
|
||||
mensa-parser:
|
||||
image: harbor.jfreudenberger.de:8443/mensa-parser/app:latest
|
||||
container_name: mensa-parser
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- VIRTUAL_HOST=mensa.jfreudenberger.de
|
||||
- VIRTUAL_PORT=8000
|
||||
- LETSENCRYPT_HOST=mensa.jfreudenberger.de
|
||||
networks:
|
||||
- webproxy
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
Loading…
Reference in a new issue