From df86573776aa5ef47002275c6cc07251168e73fa Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 11 Mar 2024 01:46:15 +0100 Subject: [PATCH] Remove ihatemoney --- containers/ihatemoney/ihatemoney.container | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 containers/ihatemoney/ihatemoney.container diff --git a/containers/ihatemoney/ihatemoney.container b/containers/ihatemoney/ihatemoney.container deleted file mode 100644 index 7cf11b8..0000000 --- a/containers/ihatemoney/ihatemoney.container +++ /dev/null @@ -1,19 +0,0 @@ -[Container] -Image=docker.io/ihatemoney/ihatemoney:latest -AutoUpdate=registry -Network=traefik.network -Volume=%h/volumes/ihatemoney/db:/volumes/db:Z - -EnvironmentFile=%h/volumes/ihatemoney/.env -Environment=ACTIVATE_ADMIN_DASHBOARD=False -Environment=ACTIVATE_DEMO_PROJECT=False -Environment=ALLOW_PUBLIC_PROJECT_CREATION=False -Environment=BABEL_DEFAULT_TIMEZONE=Europe/Berlin -Environment=PORT=80 -Environment=SQLALCHEMY_DATABASE_URI=sqlite:////volumes/db/ihatemoney.sqlite - -[Service] -Restart=always - -[Install] -WantedBy=default.target