added compose

master
Chris Nutter 2025-01-09 22:01:24 -08:00
parent 2b4bcf2345
commit 4f275dbd3b
1 changed files with 13 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3.9'
services:
aotw-calendar:
build: .
image: aotw-calendar
container_name: aotw-calendar
environment:
- CALDAV_URL=""
- CALENDAR_NAME=""
- USERNAME=""
- PASSWORD=""
- RA_API=""
- RA_USER=""