MasterpieceDockerCompose/archivewarrior/docker-compose.yml

18 lines
375 B
YAML

version: "3.5"
services:
archivewarrior:
container_name: archive-warrior
image: archiveteam/warrior-dockerfile
networks:
- custom-bridge
restart: unless-stopped
ports:
- ${ARCWAR_WEBUI_PORT:-8001}:8001
env_file: .env
cpus: 2
mem_limit: 3072m
networks:
custom-bridge:
name: custom-bridge
driver: bridge