File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ services :
2+ webuntis-timetable :
3+ build :
4+ context : .
5+ dockerfile : Dockerfile
6+ container_name : webuntis-timetable
7+ environment :
8+ - NODE_ENV=production
9+ - PORT=7464
10+ - CONFIG_FILE=/app/config.json
11+ volumes :
12+ - ./dev-config.json:/app/config.json:ro
13+ ports :
14+ - " 7464:7464"
15+ restart : unless-stopped
Original file line number Diff line number Diff line change 11services :
22 webuntis-timetable :
3- build :
4- context : .
5- dockerfile : Dockerfile
3+ image : nlion/ics-webuntis:latest
64 container_name : webuntis-timetable
75 environment :
86 - NODE_ENV=production
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "express" : " ^5.1.0" ,
1212 "ical-generator" : " ^9.0.0" ,
13- "ics" : " ^3.8.1" ,
1413 "webuntis" : " ^2.2.1"
1514 },
1615 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments