Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 11, 2015
1 parent a40c5b4 commit 64d7737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ Bellow is an example of `docker-compose.yml` file for `plone` used as a `RelStor
links:
- postgres
environment:
- BUILDOUT_REL-STORAGE=type postgresql \n host postgres \n dbname datafs \n user plone \n password plone
- BUILDOUT_REL-STORAGE=type postgresql \n host postgres \n dbname datafs \n user zope \n password zope
- BUIDLOUT_EGGS=RelStorage psycopg2

postgres:
image: eeacms/postgres
environment:
- POSTGRES_DBNAME=datafs
- POSTGRES_DBUSER=plone
- POSTGRES_DBPASS=plone
- POSTGRES_DBUSER=zope
- POSTGRES_DBPASS=zope
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=secret

Expand Down
6 changes: 3 additions & 3 deletions relstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Bellow is an example of `docker-compose.yml` file for `plone` used as a `RelStor
links:
- postgres
environment:
- BUILDOUT_REL-STORAGE=type postgresql \n host postgres \n dbname datafs \n user plone \n password plone
- BUILDOUT_REL-STORAGE=type postgresql \n host postgres \n dbname datafs \n user zope \n password zope
- BUIDLOUT_EGGS=RelStorage psycopg2

postgres:
image: eeacms/postgres
environment:
- POSTGRES_DBNAME=datafs
- POSTGRES_DBUSER=plone
- POSTGRES_DBPASS=plone
- POSTGRES_DBUSER=zope
- POSTGRES_DBPASS=zope
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=secret
6 changes: 3 additions & 3 deletions relstorage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plone:
- postgres
environment:
- BUIDLOUT_EGGS=RelStorage psycopg2
- BUILDOUT_REL-STORAGE=type postgresql \n host postgres \n dbname datafs \n user plone \n password plone
- BUILDOUT_REL_STORAGE=type postgresql \n host postgres \n dbname datafs \n user zope \n password zope

postgres:
image: eeacms/postgres
environment:
- POSTGRES_DBNAME=datafs
- POSTGRES_DBUSER=plone
- POSTGRES_DBPASS=plone
- POSTGRES_DBUSER=zope
- POSTGRES_DBPASS=zope
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=secret

0 comments on commit 64d7737

Please sign in to comment.