shellphone.app/fly.redis.toml

20 lines
311 B
TOML
Raw Normal View History

2022-05-14 10:22:06 +00:00
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"