Init
This commit is contained in:
14
docker-compose.yml
Executable file
14
docker-compose.yml
Executable file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user