mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated volumes for better segmentation
This commit is contained in:
+10
-7
@@ -5,7 +5,10 @@ services:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/usr/share/nginx/html
|
||||
- ./app:/usr/share/nginx/html/app
|
||||
- ./public:/usr/share/nginx/html/public
|
||||
- ./src:/usr/share/nginx/html/src
|
||||
- ./vendor:/usr/share/nginx/html/vendor
|
||||
- ./docker/nginx.conf:/etc/nginx/nginx.conf:rw
|
||||
- ./storage/uploads:/storage/uploads:rw
|
||||
- ./storage/cache:/storage/cache:rw
|
||||
@@ -13,12 +16,12 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
depends_on:
|
||||
- mariadb
|
||||
- redis
|
||||
- smtp
|
||||
- clamav
|
||||
- influxdb
|
||||
- telegraf
|
||||
- mariadb
|
||||
- redis
|
||||
- smtp
|
||||
- clamav
|
||||
- influxdb
|
||||
- telegraf
|
||||
environment:
|
||||
- _APP_ENV=development
|
||||
- _APP_OPENSSL_KEY_V1=your-secret-key
|
||||
|
||||
@@ -5,7 +5,10 @@ services:
|
||||
build: ../../
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./../../:/usr/share/nginx/html
|
||||
- ./../../app:/usr/share/nginx/html/app
|
||||
- ./../../public:/usr/share/nginx/html/public
|
||||
- ./../../src:/usr/share/nginx/html/src
|
||||
- ./../../vendor:/usr/share/nginx/html/vendor
|
||||
- ./../../docker/nginx.conf:/etc/nginx/nginx.conf:rw
|
||||
- ./../../storage/uploads:/storage/uploads:rw
|
||||
- ./../../storage/cache:/storage/cache:rw
|
||||
|
||||
Reference in New Issue
Block a user