parent
654d4b9cba
commit
6882f16e14
2 changed files with 13 additions and 9 deletions
|
@ -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
12
env
Normal 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"
|
Loading…
Add table
Reference in a new issue