Drop firefly, use proper actual-server image

main
mat ess 2023-08-05 14:06:50 -04:00
parent 81e8bc2520
commit 0ab56df1fe
1 changed files with 1 additions and 17 deletions

View File

@ -200,24 +200,8 @@ function(secrets={})
webPort:: 8000,
host:: 'archive',
},
firefly: {
image: 'fireflyiii/core:latest',
environment: {
DB_CONNECTION: 'sqlite',
APP_DEBUG: true,
SITE_OWNER: 'mat@mat.services',
APP_KEY: std.get(secrets, 'FIREFLY_APP_KEY'),
TZ: 'America/New_York',
TRUSTED_PROXIES: '**',
},
volumes: {
firefly_data: '/storage',
firefly_uploads: '/var/www/html/storage/upload',
},
webPort:: 8080,
},
actual: {
image: 'jlongster/actual-server:latest',
image: 'actualbudget/actual-server:latest',
environment: {
userFilesPath: '/data/user',
serverFilesPath: '/data/server',