Update docker-compose.yml
parent
8d5096569b
commit
4ee4b21b1f
|
@ -1,13 +1,5 @@
|
||||||
version: '3.9'
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
aotw-calendar:
|
aotw2cal:
|
||||||
build: .
|
image: cdnutter/aotw2cal
|
||||||
image: aotw-calendar
|
build: https://git.iamchrisama.com/cdnutter/RAJSONToCal.git
|
||||||
container_name: aotw-calendar
|
|
||||||
environment:
|
|
||||||
- CALDAV_URL=""
|
|
||||||
- CALENDAR_NAME=""
|
|
||||||
- USERNAME=""
|
|
||||||
- PASSWORD=""
|
|
||||||
- RA_API=""
|
|
||||||
- RA_USER=""
|
|
Loading…
Reference in New Issue