add git token; change cookie and header view for mobile;

This commit is contained in:
Tizian Haider
2025-07-06 21:01:23 +02:00
parent 8dc9dfd100
commit eb0c1ad2bf
8 changed files with 149 additions and 9 deletions

View File

@@ -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