services: wakeup3770: build: . image: pinlin/wakeup3770:latest environment: - PORT=8701 - MAC_ADDRESS=12:34:56:78:90:AB - OIDC_WELL_KNOWN_URL=https://shubana.synology.me:15001/webman/sso/.well-known/openid-configuration - CLIENT_ID=XXXX - CLIENT_SECRET=XXXX - REDIRECT_URI=http://127.0.0.1:3000/callback - COOKIE_SECRET=XXXX network_mode: host restart: always