services: whatsupdocker: image: ${DOCKER_REGISTRY:-}getwud/wud container_name: wud env_file: - stack.env volumes: - /var/run/docker.sock:/var/run/docker.sock - /share/docker_data/wud/data:/store - /share/docker_data/wud/certs:/certs ports: - 3008:3000 restart: unless-stopped logging: driver: loki options: loki-url: "http://192.168.77.101:3100/loki/api/v1/push"