Skip to content

Commit

Permalink
Refs #27398 - Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 3, 2015
1 parent fd7d71e commit 63569a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plone:
image: eeacms/plone-instance
ports:
- "80:80"
links:
- zeoserver
environment:
Expand Down
25 changes: 13 additions & 12 deletions instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,25 @@ The data container can also be easily [copied, moved and be reused between diffe

### Docker-compose example

A `docker-compose.yml` file for `plone-instance` using a `data` container:
A `docker-compose.yml` file for `plone-instance` used as a `ZEO` client:

plone-app:
image: eeacms/plone-instance:latest
user: "500"
volumes_from:
- data

data:
build: data
volumes:
- /opt/plone/var/filestorage
plone:
image: eeacms/plone-instance
ports:
- "80:80"
links:
- zeoserver
environment:
- BUILDOUT_ZEO_CLIENT=True
- BUILDOUT_ZEO_ADDRESS=zeoserver:8100

zeoserver:
image: eeacms/zeoserver


## Upgrade

$ docker pull eeacms/plone-instance:latest
$ docker pull eeacms/plone-instance


## Supported environment variables ##
Expand Down

0 comments on commit 63569a5

Please sign in to comment.