20 lines
311 B
TOML
20 lines
311 B
TOML
|
app = "shellphoneappremixed-redis"
|
||
|
kill_signal = "SIGINT"
|
||
|
kill_timeout = 5
|
||
|
processes = [ ]
|
||
|
|
||
|
[build]
|
||
|
image = "flyio/redis:6.2.6"
|
||
|
|
||
|
[experimental]
|
||
|
allowed_public_ports = [ ]
|
||
|
auto_rollback = true
|
||
|
|
||
|
[[mounts]]
|
||
|
destination = "/data"
|
||
|
source = "shellphoneappremixed_redis_data"
|
||
|
|
||
|
[metrics]
|
||
|
port = 9_091
|
||
|
path = "/metrics"
|