16 lines
325 B
YAML
Executable File
16 lines
325 B
YAML
Executable File
services:
|
|
web:
|
|
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:
|
|
COOKIE_SECRET:
|
|
network_mode: host
|
|
restart: always
|