mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-05 08:21:18 -05:00
15 lines
327 B
YAML
15 lines
327 B
YAML
version: "3"
|
|
services:
|
|
aprsd:
|
|
image: hemna6969/aprsd:latest
|
|
container_name: aprsd
|
|
ports:
|
|
- "8001:8001"
|
|
volumes:
|
|
- $HOME/.config/aprsd:/config
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=America/New_York
|
|
- APRSD_PLUGINS=aprsd-slack-plugin>=1.0.2
|
|
- LOG_LEVEL=ERROR
|