Skip to content

Commit

Permalink
Update and rename docker-compose.yml to docker-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed May 19, 2016
1 parent ba164ca commit 148175e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions contrib/docker/docker-cloud.yml
@@ -0,0 +1,11 @@
ckan:
image: ckan/ckan:latest
links:
- db
- solr
ports:
- "80:80"
db:
image: ckan/postgresql:latest
solr:
image: ckan/solr:latest
11 changes: 0 additions & 11 deletions contrib/docker/docker-compose.yml

This file was deleted.

0 comments on commit 148175e

Please sign in to comment.