Skip to content

Commit

Permalink
Remodela volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
unixelias committed Jun 9, 2017
1 parent fb91c3e commit 3dd410a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@ services:
image: eeacms/haproxy
restart: 'always'
depends_on:
- portal
- ploneidg
ports:
- 8090:5000
- 8080:5000
- 1936:1936
environment:
- BACKENDS=portal
- BACKENDS=ploneidg
- BACKENDS_PORT=8080
- SERVICE_NAMES=portal
- SERVICE_NAMES=ploneidg
- DNS_ENABLED=true

zeoserver:
hostname: 'zeoserver'
image: unixelias/plone.idg:latest
command:
- zeoserver
volumes:
- data:/data
volumes:
- data:/data/filestorage
- data:/data/blobstorage
- data:/data/backups
- data:/data/blobstoragebackups

portal:
ploneidg:
image: unixelias/plone.idg:latest
depends_on:
- zeoserver
Expand Down

0 comments on commit 3dd410a

Please sign in to comment.