Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add archiving envs
  • Loading branch information
l4rm4nd authored Dec 7, 2023
1 parent 279a082 commit a32a649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/archivebox/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ services:
- MEDIA_MAX_SIZE=750m
- TIMEOUT=60
- CHECK_SSL_VALIDITY=False
- SAVE_TITLE=False
- SAVE_FAVICON=False
- SAVE_WGET=False
- SAVE_WARC=False
- SAVE_PDF=True
- SAVE_SCREENSHOT=True
- SAVE_DOM=True
- SAVE_SINGLEFILE=True
- SAVE_READABILITY=False
- SAVE_GIT=False
- SAVE_MEDIA=True
- SUBMIT_ARCHIVE_DOT_ORG=False
- SAVE_ARCHIVE_DOT_ORG=False
#networks:
# - proxy
Expand Down

0 comments on commit a32a649

Please sign in to comment.