1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-12 19:08:45 -04:00
Files
aprsd/docker/docker-compose.yml
T

15 lines
327 B
YAML
Raw Normal View History

2020-12-11 14:23:08 -05:00
version: "3"
services:
aprsd:
2020-12-12 15:53:06 -05:00
image: hemna6969/aprsd:latest
2020-12-11 14:23:08 -05:00
container_name: aprsd
2022-10-26 20:03:42 -02:30
ports:
- "8001:8001"
2020-12-11 14:23:08 -05:00
volumes:
2020-12-20 16:46:19 -05:00
- $HOME/.config/aprsd:/config
2020-12-11 14:23:08 -05:00
restart: unless-stopped
environment:
- TZ=America/New_York
2022-10-28 10:35:39 -02:30
- APRSD_PLUGINS=aprsd-slack-plugin>=1.0.2
2021-12-02 17:08:41 -08:00
- LOG_LEVEL=ERROR