shellphone.app/fly.redis.toml
2022-05-14 12:22:06 +02:00

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"