services: xteve: build: context: . dockerfile: Dockerfile container_name: xteve restart: unless-stopped network_mode: host environment: XTEVE_CONFIG: /xteve/config XTEVE_PORT: "34400" volumes: - ./docker-data/config:/xteve/config