move forgejo to bos

This commit is contained in:
Gregory Burd 2023-10-20 09:00:36 -04:00
parent 35fad96d80
commit 85874b1bbb

View file

@ -4,7 +4,7 @@
#
app = "burd-infra-forgejo"
primary_region = "sea"
primary_region = "bos"
kill_signal = "SIGINT"
kill_timeout = "5s"
swap_size_mb = 512
@ -53,7 +53,7 @@ swap_size_mb = 512
GITEA__storage__MINIO_LOCATION = "us-west-000"
[[mounts]]
source = "gitea_data"
source = "forgejo_data"
destination = "/data"
processes = ["app"]