mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-18 06:34:25 +02:00
Add GIT_TOKEN to access private repo
This commit is contained in:
parent
9ab3981338
commit
3c60816e07
@ -10,6 +10,7 @@ TZ=Europe/Paris
|
||||
DOMAIN=domain.com
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
GIT_TOKEN=
|
||||
|
||||
# wallabag
|
||||
WALLABAG_URL=http://localhost
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user