scanfile/docker-compose.yml
2025-08-15 19:19:51 +02:00

21 lines
448 B
YAML

services:
scanfile:
build: ./server/Dockerfile
ports:
- "8080:8080"
volumes:
- "./storage/files:/mnt/storage/files"
ole:
build: ./scanners/ole/Dockerfile
ports:
- "5000:5000"
volumes:
- "./storage/files:/mnt/storage/files"
capa:
build: ./scanners/capa/Dockerfile
ports:
- "5001:5001"
volumes:
- "./storage/files:/mnt/storage/files"
# db:
# image: 'postgres:latest'