96b396149e
initial commit
18 lines
317 B
YAML
18 lines
317 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
aprs-beacon-manager:
|
|
image: ghcr.io/mcturan/aprs:latest
|
|
container_name: aprs-beacon-manager
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- aprs-data:/root/.aprs-beacon
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
aprs-data:
|