Add actual-server
parent
59a3dfba19
commit
9e2ac0a65e
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue