webarc/docker-compose.yml
JMARyA f657a61d55
Some checks failed
ci/woodpecker/push/build Pipeline failed
remove db
2024-12-29 19:35:56 +01:00

15 lines
371 B
YAML

services:
webarc:
build: .
ports:
- "8080:8000"
volumes:
- ./websites:/websites
- ./favicon:/favicon
environment:
- "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"