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