From 4ee4b21b1f88627c7d221300d094824437e7ea76 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Fri, 10 Jan 2025 11:56:13 -0800 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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