Skip to content

Commit

Permalink
Added caches for PHPStorm for faster startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Apr 25, 2023
1 parent c8593f6 commit cd1a90a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ volumes:
drupal-root: {}
drupal-solr-config: {}
fcrepo-data: {}
jetbrains-cache: {}
jetbrains-config: {}
mariadb-data: {}
matomo-data: {}
solr-data: {}
Expand Down Expand Up @@ -416,6 +418,13 @@ services:
PHP_PROCESS_CONTROL_TIMEOUT: 600
PHP_REQUEST_TERMINATE_TIMEOUT: 600
volumes:
# Cache for when using jetbrains ssh connection feature.
- type: volume
source: jetbrains-cache
target: /var/lib/nginx/.cache/JetBrains
- type: volume
source: jetbrains-config
target: /var/lib/nginx/.config/JetBrains
# Allow access to Docker cli via IDE.
- /var/run/docker.sock:/var/run/docker.sock:z,rw
# Mount and serve contents of Drupal site.
Expand Down

0 comments on commit cd1a90a

Please sign in to comment.