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: