env
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-30 10:00:05 +01:00
parent 654d4b9cba
commit 6882f16e14
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 13 additions and 9 deletions

View file

@ -6,12 +6,4 @@ services:
volumes: volumes:
- ./websites:/websites - ./websites:/websites
- ./favicon:/favicon - ./favicon:/favicon
environment: env_file: env
- "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"
# Blacklisted domains (Comma-seperated regex)
- "BLACKLIST_DOMAINS=google.com,.*.youtube.com"

12
env Normal file
View file

@ -0,0 +1,12 @@
# Logging
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
# Blacklisted domains (Comma-seperated regex)
BLACKLIST_DOMAINS="google.com,.*.youtube.com"