services: ayos: image: pierrelf/ayos:latest container_name: ayos ports: - "8882:3000" restart: unless-stopped volumes: - ~/ayos/data:/app/data environment: - JWT_SECRET=${JWT_SECRET:-change-me-in-production} labels: - wud.watch=true wud: image: getwud/wud container_name: wud-ayos restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - WUD_WATCHER_LOCAL_WATCHBYDEFAULT=false - WUD_WATCHER_LOCAL_CRON=0 */5 * * * * - WUD_TRIGGER_DOCKER_LOCAL_AUTO=true - WUD_TRIGGER_DOCKER_LOCAL_PRUNE=true