shellphone.app/fly.redis.toml

20 lines
289 B
TOML
Raw Permalink Normal View History

2022-06-27 00:26:06 +00:00
app = "shellphone-redis"
2022-05-14 10:22:06 +00:00
kill_signal = "SIGINT"
kill_timeout = 5
2022-06-27 00:26:06 +00:00
processes = []
2022-05-14 10:22:06 +00:00
[build]
image = "flyio/redis:6.2.6"
[experimental]
2022-06-27 00:26:06 +00:00
allowed_public_ports = []
2022-05-14 10:22:06 +00:00
auto_rollback = true
[[mounts]]
destination = "/data"
2022-06-27 00:26:06 +00:00
source = "shellphone_redis_data"
2022-05-14 10:22:06 +00:00
[metrics]
port = 9_091
path = "/metrics"