add git token; change cookie and header view for mobile;
This commit is contained in:
@@ -2,7 +2,11 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
GIT_ACCESS_TOKEN: ${GIT_ACCESS_TOKEN}
|
||||
GIT_USERNAME: ${GIT_USERNAME}
|
||||
ports:
|
||||
- "8150:8150"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user