commit 83c0c88a0ef10466a9f9f1f6b949f144603cb143 Author: paulmataruso Date: Sun Feb 9 23:16:06 2025 +0000 Add docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..aa4a942 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,19 @@ +version: '3.8' + +services: + archiveteam: + image: atdr.meo.ws/archiveteam/warrior-dockerfile + environment: + - DOWNLOADER=${DOWNLOADER} + - SELECTED_PROJECT=${SELECTED_PROJECT} + - CONCURRENT_ITEMS=${CONCURRENT_ITEMS} + ports: + - "0.0.0.0:${PORT_PREFIX}${INSTANCE_INDEX}:8001" + restart: on-failure + logging: + options: + max-size: 100m + driver: json-file + deploy: + replicas: ${INSTANCE_COUNT} + container_name: archiveteam-warrior \ No newline at end of file