Use values from config

This commit is contained in:
Valentin Brandl 2019-07-28 14:50:35 +02:00
parent 620b3419e5
commit 4fc8c7ce98
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -4,3 +4,8 @@ services:
gitache:
build: ./
restart: always
environment:
- CF_ZONE_IDENT=${CF_ZONE_IDENT}
- CF_API_USER=${CF_API_USER}
- CF_API_KEY=${CF_API_KEY}
- GITHUB_CLIENT_ID=${GITHUB_CLIENT_ID}