Add actual-server

main
mat ess 2022-11-17 21:11:22 -05:00
parent 59a3dfba19
commit 9e2ac0a65e
1 changed files with 10 additions and 0 deletions

View File

@ -135,4 +135,14 @@ function(secrets={})
},
webPort:: 8080,
},
actual: {
image: 'jlongster/actual-server:latest',
environment: {
userFilesPath: '/data/user',
serverFilesPath: '/data/server',
externalPort: 5006,
},
volumes: { actual_data: '/data' },
webPort:: 5006,
},
})