Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user