version: '3.9' services: node: image: sensorapi environment: DEVELOP: "true" MONGOHOST: ${MONGOHOST} MONGOPORT: ${MONGOPORT} INFLUXHOST: ${INFLUXHOST} INFLUXTOKEN: ${INFLUXTOKEN} LIVE: "true" ports: - "3031:3000" volumes: - /var/log/sensorapi:/var/log container_name: node_sensorapi restart: unless-stopped