diff --git a/firefly/fly.toml b/firefly/fly.toml deleted file mode 100644 index 75fc415..0000000 --- a/firefly/fly.toml +++ /dev/null @@ -1,51 +0,0 @@ -# fly.toml file generated for firefly-mat-services on 2022-07-03T14:06:52-04:00 - -app = "firefly-mat-services" - -kill_signal = "SIGINT" -kill_timeout = 5 - -[build] - image = "fireflyiii/core:latest" - -[env] - APP_URL = "https://firefly.mat.services" - DB_CONNECTION = "sqlite" - SITE_OWNER = "mat@mat.services" - TZ = "America/New_York" - TRUSTED_PROXIES = "**" - -[experimental] - allowed_public_ports = [] - auto_rollback = true - -[mounts] - destination = "/var/www/html/storage/upload" - source = "firefly_data" - -[[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" diff --git a/vaultwarden/fly.toml b/vaultwarden/fly.toml deleted file mode 100644 index 148883f..0000000 --- a/vaultwarden/fly.toml +++ /dev/null @@ -1,46 +0,0 @@ -# fly.toml file generated for vaultwarden-mat-services on 2022-07-04T15:45:36-04:00 - -app = "vaultwarden-mat-services" - -kill_signal = "SIGINT" -kill_timeout = 5 - -[build] - image = "vaultwarden/server:latest" - -[env] - DOMAIN = "https://vault.mat.services" - -[experimental] - allowed_public_ports = [] - auto_rollback = true - -[mounts] - destination = "/data" - source = "vaultwarden_data" - -[[services]] - http_checks = [] - internal_port = 80 - 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"