Last active
June 6, 2023 09:04
-
-
Save clemone210/98791f6252b87298dc0a8bd6bf9c89d3 to your computer and use it in GitHub Desktop.
archiveteam warrior docker-compose.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
watchtower: | |
image: containrrr/watchtower | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
command: --label-enable --cleanup --interval 3600 | |
restart: on-failure | |
labels: | |
com.centurylinklabs.watchtower.enable: true | |
archiveteam-warrior: | |
image: atdr.meo.ws/archiveteam/warrior-dockerfile | |
environment: | |
- DOWNLOADER=your name | |
- SELECTED_PROJECT=auto | |
- CONCURRENT_ITEMS=6 | |
ports: | |
- 8001:8001 | |
restart: on-failure | |
labels: | |
com.centurylinklabs.watchtower.enable: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replace "your name" with your desired nickname.