Moved to DO
This commit is contained in:
parent
f9cdc63b64
commit
788ea433c3
2 changed files with 1 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/atridadl/pollo:latest
|
image: registry.digitalocean.com/himboreg/pollo:latest
|
||||||
command: ["/app"]
|
command: ["/app"]
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
|
|
20
fly.toml
20
fly.toml
|
@ -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'
|
|
Loading…
Add table
Reference in a new issue