Add GIT_TOKEN to access private repo
This commit is contained in:
parent
9ab3981338
commit
3c60816e07
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue