Spaces:
Runtime error
Runtime error
Commit
·
86e4736
1
Parent(s):
342b435
No fly.io, only huggingface
Browse files- .dockerignore +0 -15
- fly.toml +0 -17
- revisionbankscheduler +0 -1
.dockerignore
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
# flyctl launch added from .gitignore
|
2 |
-
**\*.json
|
3 |
-
**\revisionbankenv
|
4 |
-
**\exampleimage.json
|
5 |
-
**\Procfile
|
6 |
-
**\yes
|
7 |
-
**\yes.pub
|
8 |
-
**\test.js
|
9 |
-
**\test.py
|
10 |
-
**\test3.py
|
11 |
-
**\test4.py
|
12 |
-
**\mydata.json
|
13 |
-
**\.space
|
14 |
-
**\revisionbankscheduler
|
15 |
-
fly.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fly.toml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
# fly.toml app configuration file generated for revisionbankbe on 2023-08-09T04:14:25+01:00
|
2 |
-
#
|
3 |
-
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
4 |
-
#
|
5 |
-
|
6 |
-
app = "revisionbankbe"
|
7 |
-
primary_region = "lhr"
|
8 |
-
|
9 |
-
[build]
|
10 |
-
|
11 |
-
[http_service]
|
12 |
-
internal_port = 8080
|
13 |
-
force_https = true
|
14 |
-
auto_stop_machines = true
|
15 |
-
auto_start_machines = true
|
16 |
-
min_machines_running = 0
|
17 |
-
processes = ["app"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
revisionbankscheduler
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit a7502270f2f36643bbe13ea3f4da6498f642b3af
|
|
|
|