Initial commit: Lunch Notifier source from server
This commit is contained in:
commit
b568287528
9 changed files with 878 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue