Initial commit: Lunch Notifier source from server

This commit is contained in:
mattie726 2026-08-25 22:53:07 -07:00 committed by Barely Removable
commit b568287528
9 changed files with 878 additions and 0 deletions

13
docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
services:
lunch-notifier:
container_name: Lunch-Notifier
build: .
restart: unless-stopped
env_file: .env
ports:
- "2323:2323"
volumes:
- ./data:/data
# Uncomment to share host timezone so RUN_TIME matches your local clock:
# - /etc/localtime:/etc/localtime:ro