17 lines
396 B
YAML
Executable File
17 lines
396 B
YAML
Executable File
services:
|
|
wakeup3770:
|
|
build: .
|
|
image: pinlin/wakeup3770:latest
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PORT=3000
|
|
- COMPUTER_NAME=MyComputer
|
|
- MAC_ADDRESS=12:34:56:78:90:AB
|
|
- OIDC_WELL_KNOWN_URL=
|
|
- CLIENT_ID=
|
|
- CLIENT_SECRET=
|
|
- REDIRECT_URI=http://127.0.0.1:3000/callback
|
|
- COOKIE_SECRET=
|
|
network_mode: host
|
|
restart: always
|