Skip to content

Commit

Permalink
[ADD] import and extensions volumes for maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Dec 18, 2023
1 parent c078ddd commit 496e893
Show file tree
Hide file tree
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
Expand Up @@ -25,6 +25,7 @@ share
config/core.properties
local
docker/data
docker/extensions
.plone.versioncheck.cache/
.plone.versioncheck.tracked.json
checkversion.html
Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 496e893

Please sign in to comment.