Skip to content

Commit

Permalink
fix: improve how Composer data is stored [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Dec 11, 2024
1 parent 5b1e616 commit e535646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bin/etc/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ services:
- 9000
volumes:
- ${BASE_DEV_DOC_ROOT_DIR}:/app
- composer:${BASE_COMPOSER_HOME}
env_file:
- services/magento/.env
labels:
Expand Down
3 changes: 2 additions & 1 deletion src/bin/etc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
d3p1/magento-php:${BASE_PHP_VERSION}-cli
volumes:
- docroot:/app
- ~/composer:${BASE_COMPOSER_HOME}
- composer:${BASE_COMPOSER_HOME}
env_file:
- services/magento/.env
labels:
Expand Down Expand Up @@ -165,5 +165,6 @@ services:

volumes:
docroot:
composer:
dbdata:
rabbitmqdata:

0 comments on commit e535646

Please sign in to comment.