Skip to content

Commit

Permalink
Merge pull request #301 from brccabral/patch-1
Browse files Browse the repository at this point in the history
added unnamed volumes for apps-writable and redis
  • Loading branch information
juliusknorr authored Feb 13, 2024
2 parents b344090 + 5e956a0 commit 045cc34
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
- '${ADDITIONAL_APPS_PATH:-./data/apps-extra}:/var/www/html/apps-shared'
- data:/var/www/html/data
- config:/var/www/html/config
- /var/www/html/apps-writable
- apps-writable:/var/www/html/apps-writable
- ./data/skeleton/:/skeleton
- ./data/additional.config.php:/var/www/html/config/additional.config.php:ro
- ./data/shared:/shared
Expand All @@ -110,7 +110,7 @@ services:
- '${ADDITIONAL_APPS_PATH:-./data/apps-extra}:/var/www/html/apps-shared'
- data2:/var/www/html/data
- config2:/var/www/html/config
- /var/www/html/apps-writable
- apps-writable2:/var/www/html/apps-writable
- ./data/skeleton/:/skeleton
- ./data/additional.config.php:/var/www/html/config/additional.config.php:ro
- ./data/shared:/shared
Expand All @@ -136,7 +136,7 @@ services:
- '${ADDITIONAL_APPS_PATH:-./data/apps-extra}:/var/www/html/apps-shared'
- data3:/var/www/html/data
- config3:/var/www/html/config
- /var/www/html/apps-writable
- apps-writable3:/var/www/html/apps-writable
- ./data/skeleton/:/skeleton
- ./data/additional.config.php:/var/www/html/config/additional.config.php:ro
- ./data/shared:/shared
Expand Down Expand Up @@ -629,6 +629,8 @@ services:

redis:
image: redis:7
volumes:
- redis:/data

ldap:
image: osixia/openldap
Expand Down Expand Up @@ -979,12 +981,16 @@ services:
volumes:
data:
config:
apps-writable:
mysql:
postgres:
redis:
data2:
config2:
apps-writable2:
data3:
config3:
apps-writable3:
document_data:
document_log:
objectstorage_minio:
Expand Down

0 comments on commit 045cc34

Please sign in to comment.