Skip to content

Instantly share code, notes, and snippets.

@clemone210
Last active June 6, 2023 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clemone210/98791f6252b87298dc0a8bd6bf9c89d3 to your computer and use it in GitHub Desktop.
Save clemone210/98791f6252b87298dc0a8bd6bf9c89d3 to your computer and use it in GitHub Desktop.
archiveteam warrior docker-compose.yaml
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
@clemone210
Copy link
Author

replace "your name" with your desired nickname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment