services: bodenfeuchte: image: docker.citysensor.de/bodenfeuchte:latest expose: - "3000" volumes: - ./data:/app/data env_file: - .env extra_hosts: - "nuccy:host-gateway" restart: unless-stopped nginx: image: nginx:alpine ports: - "80:80" volumes: - ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro depends_on: - bodenfeuchte restart: unless-stopped