mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
13 lines
289 B
YAML
13 lines
289 B
YAML
|
|
services:
|
|
auto-archiver:
|
|
# point to the local dockerfile
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: auto-archiver
|
|
volumes:
|
|
- ./secrets:/app/secrets
|
|
- ./local_archive:/app/local_archive
|
|
command: --config secrets/orchestration.yaml
|