From 788ea433c398b838e2ab7bbcb8fef439818d2720 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 16 Oct 2024 19:22:29 -0600 Subject: [PATCH] Moved to DO --- docker-compose.yml | 2 +- fly.toml | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 fly.toml diff --git a/docker-compose.yml b/docker-compose.yml index 5163a59..a4a6757 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/atridadl/pollo:latest + image: registry.digitalocean.com/himboreg/pollo:latest command: ["/app"] depends_on: db: diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 21c2f9e..0000000 --- a/fly.toml +++ /dev/null @@ -1,20 +0,0 @@ -# fly.toml app configuration file generated for polloapp on 2024-10-16T13:02:46-06:00 -# -# See https://fly.io/docs/reference/configuration/ for information about how to use this file. -# - -app = 'polloapp' -primary_region = 'ord' - -[build] - -[http_service] - internal_port = 3000 - force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true - min_machines_running = 0 - processes = ['app'] - -[[vm]] - size = 'shared-cpu-1x'