Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
fix fig.yml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Dec 30, 2014
1 parent b519433 commit 21b5adf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fig.yml.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
data:
image: twinbit/data
image: twinbit/docker-drupal-data
hostname: data
volumes:
- data:/data
nginx:
image: twinbit/nginx
image: twinbit/docker-drupal-nginx
hostname: nginx
environment:
- LOCAL_UID=##LOCAL_UID##
Expand All @@ -17,7 +17,7 @@ nginx:
- "8000:80"
privileged: true
php:
image: twinbit/php
image: twinbit/docker-drupal-php
hostname: php
environment:
- LOCAL_UID=##LOCAL_UID##
Expand All @@ -30,7 +30,7 @@ php:
- data
privileged: true
cli:
build: src/containers/cli
image: twinbit/docker-drupal-cli
hostname: cli
environment:
- LOCAL_UID=##LOCAL_UID##
Expand All @@ -49,22 +49,22 @@ cli:
- data/ssh-keys:/home/www-data/.ssh
privileged: true
mysql:
image: twinbit/mysql
image: twinbit/docker-drupal-mysql
hostname: mysql
privileged: true
ports:
- "3306:3306"
volumes_from:
- data
mailcatcher:
image: twinbit/mailcatcher
image: twinbit/docker-drupal-mailcatcher
hostname: mailcatcher
volumes_from:
- data
ports:
- "1080:1080"
solr:
image: twinbit/solr
image: twinbit/docker-drupal-solr
hostname: solr
ports:
- "8983:8983"
Expand Down

0 comments on commit 21b5adf

Please sign in to comment.