Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Apr 30, 2021
1 parent f908fa6 commit 5eb9c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-NCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
MCL_PUBLISHED_PORT:
ZEO_ADDRESS: mcl-db:8080
ZEO_SHARED_BLOB_DIR: 'on'
# https://github.com/plone/plone.docker/issues/160
ZEO_PACK_KEEP_OLD: 'false'
depends_on:
- mcl-db
- mcl-memory-cache
Expand Down Expand Up @@ -96,6 +98,8 @@ services:
environment:
# Empty settings inherit values from the host's environment
MCL_PORTAL_VERSION:
# https://github.com/plone/plone.docker/issues/160
ZEO_PACK_KEEP_OLD: 'false'
restart: on-failure
stop_grace_period: 13s
labels:
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ services:
MCL_PUBLISHED_PORT:
ZEO_ADDRESS: mcl-db:8080
ZEO_SHARED_BLOB_DIR: 'on'
# https://github.com/plone/plone.docker/issues/160
ZEO_PACK_KEEP_OLD: 'false'
depends_on:
- mcl-db
- mcl-memory-cache
Expand Down Expand Up @@ -93,6 +95,8 @@ services:
environment:
# Empty settings inherit values from the host's environment
MCL_PORTAL_VERSION:
# https://github.com/plone/plone.docker/issues/160
ZEO_PACK_KEEP_OLD: 'false'
restart: always
stop_grace_period: 13s
labels:
Expand Down

0 comments on commit 5eb9c16

Please sign in to comment.