Update docker-compose.yml

This commit is contained in:
2025-10-24 22:42:57 +08:00
parent c06b212787
commit 41351442f3

View File

@@ -3,13 +3,13 @@ services:
build: . build: .
image: pinlin/wakeup3770:latest image: pinlin/wakeup3770:latest
environment: environment:
- NODE_ENV=production NODE_ENV: production
- PORT=3000 PORT: 3000
- COMPUTER_NAME=MyComputer COMPUTER_NAME: MyComputer
- MAC_ADDRESS=12:34:56:78:90:AB MAC_ADDRESS: 12:34:56:78:90:AB
- OIDC_WELL_KNOWN_URL= OIDC_WELL_KNOWN_URL:
- CLIENT_ID= CLIENT_ID:
- CLIENT_SECRET= CLIENT_SECRET:
- COOKIE_SECRET= COOKIE_SECRET:
network_mode: host network_mode: host
restart: always restart: always