mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
10 lines
240 B
YAML
10 lines
240 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
bgpalerter:
|
|
image: nttgin/bgpalerter:latest
|
|
command: run serve -- --d /opt/bgpalerter/volume/
|
|
container_name: bgpalerter
|
|
volumes:
|
|
- "$(pwd)/volume:/opt/bgpalerter/volume"
|
|
restart: always |