Skip to content

Commit

Permalink
Merge pull request #11 from IMIO/add-docker-mount-imports
Browse files Browse the repository at this point in the history
[ADD] import and extensions volumes for maintenance
duchenean authored Dec 19, 2023
2 parents 5bc93a2 + 496e893 commit 7772726
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ share
config/core.properties
local
docker/data
docker/extensions
.plone.versioncheck.cache/
.plone.versioncheck.tracked.json
checkversion.html
2 changes: 2 additions & 0 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -160,6 +160,8 @@ services:
test: "curl -f localhost:8080/$$PLONE_PATH/@@ok"
volumes:
- ./data/:/data
- ./data/import:/data/import
- ./extensions:/plone/parts/instance-debug/Extensions
- tmp:/tmp
- vartmp:/var/tmp
labels:
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -167,6 +167,8 @@ services:
test: "curl -f localhost:8080/$$PLONE_PATH/@@ok"
volumes:
- ./data:/data
- ./data/import:/data/import
- ./extensions:/plone/parts/instance-debug/Extensions
- tmp:/tmp
- vartmp:/var/tmp
labels:

0 comments on commit 7772726

Please sign in to comment.