Moved to DO

This commit is contained in:
Atridad Lahiji 2024-10-16 19:22:29 -06:00
parent f9cdc63b64
commit 788ea433c3
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 1 additions and 21 deletions

View file

@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/atridadl/pollo:latest
image: registry.digitalocean.com/himboreg/pollo:latest
command: ["/app"]
depends_on:
db:

View file

@ -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'