Skip to content

Commit

Permalink
yii-starter-kit#654. Update pwd config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred committed Feb 25, 2019
1 parent a9d2577 commit ff031ac
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ volumes:
nginx_config: {}

services:
source:
image: containerize/git
environment:
- REPO_LOCAL=/data/git/repos/yii2-starter-kit
- REPO_BRANCH=pwd_rework
- REPO_REMOTE=https://github.com/alfredleo/yii2-starter-kit.git
tty: true
volumes:
- starter_kit_app:/data/git/repos/yii2-starter-kit
- mysql_config:/data/git/repos/yii2-starter-kit/docker/mysql
- nginx_config:/data/git/repos/yii2-starter-kit/docker/nginx

app:
image: alfredleo/starter_kit_app:secondtry
volumes:
Expand Down Expand Up @@ -76,16 +88,4 @@ services:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: yii2-starter-kit
MYSQL_USER: ysk_dbu
MYSQL_PASSWORD: ysk_pass

source:
image: containerize/git
environment:
- REPO_LOCAL=/data/git/repos/yii2-starter-kit
- REPO_BRANCH=pwd_rework
- REPO_REMOTE=https://github.com/alfredleo/yii2-starter-kit.git
tty: true
volumes:
- starter_kit_app:/data/git/repos/yii2-starter-kit
- mysql_config:/data/git/repos/yii2-starter-kit/docker/mysql
- nginx_config:/data/git/repos/yii2-starter-kit/docker/nginx
MYSQL_PASSWORD: ysk_pass

0 comments on commit ff031ac

Please sign in to comment.