Skip to content

Commit

Permalink
fix env var management
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaere committed Nov 24, 2021
1 parent b798aa2 commit 5c7173d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docker-dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ environment-vars =
ZC_ASYNC_UUID /data/async-uuid.txt

[instance-cron]
<= instance1
blob-storage = /data/blobstorage
<= instance
http-address = 8087
zope-conf-additional =
${zope-conf:additional}
Expand Down
6 changes: 1 addition & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ services:
environment:
- ZEO_CLIENT_CACHE_SIZE=1000MB
- ZODB_CACHE_SIZE=100000
- ADMIN_PASSWORD=tata
- CLUSTER=iadelib_pm42
- MOUNTPOINT=demo
- HOSTNAME=instance3
Expand Down Expand Up @@ -132,7 +131,7 @@ services:
environment:
- ZEO_CLIENT_CACHE_SIZE=1000MB
- ZODB_CACHE_SIZE=100000
- ADMIN_PASSWORD=tata
- ADMIN_PASSWORD=test
- PUBLIC_URL=http://localhost/PM
- PLONE_PATH=demo/demo
- CLUSTER=iadelib_pm42
Expand Down Expand Up @@ -160,7 +159,6 @@ services:
environment:
- ZEO_CLIENT_CACHE_SIZE=1000MB
- ZODB_CACHE_SIZE=100000
- ADMIN_PASSWORD=tata
- CLUSTER=iadelib_pm42
- MOUNTPOINT=demo
- HOSTNAME=worker-async
Expand Down Expand Up @@ -189,7 +187,6 @@ services:
environment:
- ZEO_CLIENT_CACHE_SIZE=1000MB
- ZODB_CACHE_SIZE=100000
- ADMIN_PASSWORD=tata
- CLUSTER=iadelib_pm42
- MOUNTPOINT=demo
- PLONE_PATH=demo/demo
Expand Down Expand Up @@ -227,7 +224,6 @@ services:
environment:
- ZEO_CLIENT_CACHE_SIZE=1000MB
- ZODB_CACHE_SIZE=100000
- ADMIN_PASSWORD=tata
- CLUSTER=iadelib_pm42
- MOUNTPOINT=demo
- HOSTNAME=maintenance
Expand Down

0 comments on commit 5c7173d

Please sign in to comment.