Commit b6052070 authored by Tobias Munk's avatar Tobias Munk

updated php service name to www for nice urls on docker cloud

parent c1871342
# Webserver & worker
php:
www:
command: "sh -c 'yii app/setup && forego start -r -f /root/Procfile'"
environment:
APP_NAME: phd5-dcd
......@@ -24,6 +24,10 @@ php:
worker:
image: dmstr/phd5-app
command: yii resque/work "*"
links:
- db
- mailcatcher
- redis
# Cache & database
redis:
......
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