Commit 86bd84db authored by Tobias Munk's avatar Tobias Munk

updated resources and environment

parent def7b3a5
.app/node_modules
.app/vendor
npm-debug.log
.env
version: '2'
services:
php:
image: dmstr/phd5-app:5.1.0-rc2
image: dmstr/phd5-app:5.1.0-rc3
working_dir: /phd5-docs/.app
ports:
- 17200:80
......
#!/usr/bin/env bash
set -e
curl -Lo docker-compose.yml https://raw.githubusercontent.com/dmstr/phd5-docs/master/resources/play-with-docker/docker-compose.yml
docker-compose run php yii app/setup
docker-compose up -d
docker-compose ps
......@@ -16,12 +16,6 @@ services:
- APP_ADMIN_PASSWORD=admin1
- APP_ASSET_USE_BUNDLED=1
- APP_MIGRATION_LOOKUP=@app/migrations/demo-data
worker:
image: dmstr/phd5-app:5.0.0-beta32
command: yii resque/work "*"
depends_on:
- redis
- db
redis:
image: redis
db:
......
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