diff --git a/docker/fly.toml b/docker/fly.toml index 7c93a40..73c9c21 100644 --- a/docker/fly.toml +++ b/docker/fly.toml @@ -1,7 +1,8 @@ -app = "rem" +app = "docker-mat-services" + kill_signal = "SIGINT" kill_timeout = 5 [[mounts]] destination = "/data" - source = "data" + source = "docker_data" diff --git a/woodpecker-agent/fly.toml b/woodpecker-agent/fly.toml new file mode 100644 index 0000000..6971ef2 --- /dev/null +++ b/woodpecker-agent/fly.toml @@ -0,0 +1,44 @@ +# fly.toml file generated for woodpecker-agent-mat-services on 2022-08-26T22:45:39-04:00 + +app = "woodpecker-agent-mat-services" +kill_signal = "SIGINT" +kill_timeout = 5 + +[build] + image = "woodpeckerci/woodpecker-agent:latest" + +[env] + WOODPECKER_SERVER = "woodpecker-mat-services.internal:9000" + WOODPECKER_HOSTNAME = "woodpecker-agent-mat-services" + WOODPECKER_BACKEND = "docker" + DOCKER_HOST = "tcp://[fdaa:0:742b:a7b:ab2:1:9d2b:2]:2375" + +[experimental] + allowed_public_ports = [] + auto_rollback = true + +# [[services]] +# http_checks = [] +# internal_port = 8080 +# processes = ["app"] +# protocol = "tcp" +# script_checks = [] +# [services.concurrency] +# hard_limit = 25 +# soft_limit = 20 +# type = "connections" + +# [[services.ports]] +# force_https = true +# handlers = ["http"] +# port = 80 + +# [[services.ports]] +# handlers = ["tls", "http"] +# port = 443 + +# [[services.tcp_checks]] +# grace_period = "1s" +# interval = "15s" +# restart_limit = 0 +# timeout = "2s"