services: windwiderstand: image: git.pm86.de/admin/windwiderstand:latest container_name: windwiderstand restart: unless-stopped expose: - "3001" env_file: /opt/windwiderstand/.env volumes: - image-cache:/data/image-cache networks: - web stop_grace_period: 30s volumes: image-cache: networks: web: external: true name: stacks_web