Skip to content

Commit

Permalink
fixed the MensaCron killswith not being present in development
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 20, 2023
1 parent 6dd457c commit a163228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- APNS_KEY_ID=${APNS_KEY_ID}
- APNS_TEAM_ID=${APNS_TEAM_ID}
- APNS_P8_FILE_PATH=${APNS_P8_FILE_PATH}
- MensaCronDisabled=false
- MensaCronDisabled=true
- CAMPUS_API_TOKEN=${CAMPUS_API_TOKEN}
volumes:
- backend-storage:/Storage
Expand Down

0 comments on commit a163228

Please sign in to comment.