add on demand download
This commit is contained in:
parent
319b663694
commit
d8ca94bd0b
4 changed files with 64 additions and 27 deletions
|
@ -11,6 +11,10 @@ services:
|
|||
- "DATABASE_URL=postgres://user:pass@postgres/webarc"
|
||||
- "RUST_LOG=info"
|
||||
- "ROCKET_ADDRESS=0.0.0.0"
|
||||
# Rewrite links to point back to the archive itself
|
||||
- "ROUTE_INTERNAL=true"
|
||||
# Download missing routes on demand
|
||||
- "DOWNLOAD_ON_DEMAND=true"
|
||||
|
||||
postgres:
|
||||
image: timescale/timescaledb:latest-pg16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue