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
|
DOMAIN=domain.com
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
|
GIT_TOKEN=
|
||||||
|
|
||||||
# wallabag
|
# wallabag
|
||||||
WALLABAG_URL=http://localhost
|
WALLABAG_URL=http://localhost
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ services:
|
||||||
blog:
|
blog:
|
||||||
container_name: blog
|
container_name: blog
|
||||||
image: source.madyanne.fr/yax/blog
|
image: source.madyanne.fr/yax/blog
|
||||||
|
environment:
|
||||||
|
- GIT_TOKEN=${GIT_TOKEN}
|
||||||
depends_on:
|
depends_on:
|
||||||
- stacosys
|
- stacosys
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue