Update docker-compose.yml
parent
8d5096569b
commit
4ee4b21b1f
|
@ -1,13 +1,5 @@
|
|||
version: '3.9'
|
||||
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=""
|
||||
aotw2cal:
|
||||
image: cdnutter/aotw2cal
|
||||
build: https://git.iamchrisama.com/cdnutter/RAJSONToCal.git
|
Loading…
Reference in New Issue