my-homelab-configs/infra/omniroute/docker-compose.yml

13 lines
297 B
YAML

services:
omniroute:
image: ${OMNIROUTE_IMAGE:-diegosouzapw/omniroute:latest}
container_name: ${OMNIROUTE_CONTAINER_NAME:-omniroute}
restart: unless-stopped
ports:
- "${OMNIROUTE_PORT:-20128}:20128"
volumes:
- omniroute-data:/app/data
volumes:
omniroute-data: