Commit bcac177a authored by Tobias Munk's avatar Tobias Munk

moved API token to dev yaml; 📝 README

parent 0def6fb0
Pipeline #10476 passed with stages
in 16 seconds
yii2-app
========
Docker Yii 2.0 Application
==========================
:octocat: `dmstr/docker-yii2-app`
:whale: `dmstr/yii2-app`
## Introduction
......
......@@ -11,6 +11,7 @@ services:
- GITHUB_API_TOKEN=${GITHUB_API_TOKEN}
environment:
- PHP_USER_ID=1000
- GITHUB_API_TOKEN=${GITHUB_API_TOKEN}
volumes:
- ./composer.json:/app/composer.json
- ./composer.lock:/app/composer.lock
......
......@@ -12,7 +12,5 @@ services:
- 80
php:
image: ${STACK_PHP_IMAGE}
environment:
- GITHUB_API_TOKEN=${GITHUB_API_TOKEN}
volumes:
- /app/web
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment