services: xteve: build: context: . dockerfile: Dockerfile container_name: xteve restart: unless-stopped environment: XTEVE_CONFIG: /xteve/config XTEVE_PORT: "34400" ports: - "34400:34400/tcp" - "1900:1900/udp" volumes: - ./docker-data/config:/xteve/config