14 lines
285 B
YAML
Executable File
14 lines
285 B
YAML
Executable File
services:
|
|
reporadar:
|
|
build: .
|
|
image: reporadar:latest
|
|
container_name: reporadar
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
volumes:
|
|
- reporadar_data:/app/data
|
|
# Outbound-only bot — no ports need to be exposed.
|
|
|
|
volumes:
|
|
reporadar_data:
|