Add GIT_TOKEN to access private repo

This commit is contained in:
Yax 2026-04-12 13:09:31 +02:00
parent 9ab3981338
commit 3c60816e07
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ TZ=Europe/Paris
DOMAIN=domain.com
PUID=1000
PGID=1000
GIT_TOKEN=
# wallabag
WALLABAG_URL=http://localhost

View file

@ -11,6 +11,8 @@ services:
blog:
container_name: blog
image: source.madyanne.fr/yax/blog
environment:
- GIT_TOKEN=${GIT_TOKEN}
depends_on:
- stacosys
restart: unless-stopped