diff --git a/docker-compose.yml b/docker-compose.yml index 2e6efe5..780ee1d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file