fix(registry): prevent time desync

This commit is contained in:
daimond113 2024-10-20 13:37:29 +02:00
parent 14aeabeed2
commit 8aa41e7b73
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM rust:1.81-bookworm AS builder
FROM rust:1.82-bookworm AS builder
COPY . .

View file

@ -11,12 +11,12 @@ PORT = '8080'
COMMITTER_GIT_NAME = 'pesde index updater'
COMMITTER_GIT_EMAIL = 'pesde@daimond113.com'
INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index'
GITHUB_AUTH=1
GITHUB_AUTH = '1'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "suspend"
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ['app']