mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
fix(registry): prevent time desync
This commit is contained in:
parent
14aeabeed2
commit
8aa41e7b73
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.81-bookworm AS builder
|
FROM rust:1.82-bookworm AS builder
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
4
fly.toml
4
fly.toml
|
@ -11,12 +11,12 @@ PORT = '8080'
|
||||||
COMMITTER_GIT_NAME = 'pesde index updater'
|
COMMITTER_GIT_NAME = 'pesde index updater'
|
||||||
COMMITTER_GIT_EMAIL = 'pesde@daimond113.com'
|
COMMITTER_GIT_EMAIL = 'pesde@daimond113.com'
|
||||||
INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index'
|
INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index'
|
||||||
GITHUB_AUTH=1
|
GITHUB_AUTH = '1'
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = "suspend"
|
auto_stop_machines = "stop"
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 0
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
Loading…
Reference in a new issue