Weather Station / ECOWITT / DNT
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 455 B View raw
1services: 2 app: 3 image: ecowitt 4 cpus: 2.0 5 build: 6 context: . 7 dockerfile: Dockerfile 8 container_name: ecowitt 9 restart: always 10 ports: 11 - "127.0.0.1:3010:3010" 12 environment: 13 - NODE_ENV=production 14 - PORT=3010 15 - NEXT_PUBLIC_RT_REFRESH_MS=300000 16 env_file: 17 - .env 18 volumes: 19 - ./DNT:/app/DNT 20 - ./data:/app/data 21 - ./src/config:/app/src/config 22 - ./eco.ts:/app/eco.ts