From 8e839b20e711c5d9656514eb97928aed22349cba Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 24 Jul 2023 22:46:16 -0400 Subject: [PATCH] Undisable apps --- services.jsonnet | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services.jsonnet b/services.jsonnet index e73bbd1..92e89a1 100644 --- a/services.jsonnet +++ b/services.jsonnet @@ -140,8 +140,6 @@ function(secrets={}) ], }, archivebox: { - entrypoint: 'echo "archivebox disabled"', - restart: 'no', image: 'archivebox/archivebox:dev', command: 'server --quick-init 0.0.0.0:8000', // TODO: hack to workaround https://github.com/ArchiveBox/ArchiveBox/issues/1002 @@ -157,8 +155,6 @@ function(secrets={}) host:: 'archive', }, firefly: { - entrypoint: 'echo "firefly disabled"', - restart: 'no', image: 'fireflyiii/core:latest', environment: { DB_CONNECTION: 'sqlite', @@ -175,8 +171,6 @@ function(secrets={}) webPort:: 8080, }, actual: { - entrypoint: 'echo "actual disabled"', - restart: 'no', image: 'jlongster/actual-server:latest', environment: { userFilesPath: '/data/user',