diff --git a/Dockerfile b/Dockerfile index 3d2adff509..64d4ff3583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ ENV TZ=Asia/Tel_Aviv \ _APP_OPTIONS_ABUSE=enabled \ _APP_OPENSSL_KEY_V1=your-secret-key \ _APP_STORAGE_LIMIT=104857600 \ + _APP_DOMAINS_TARGET=localhost \ _APP_REDIS_HOST=redis \ _APP_REDIS_PORT=6379 \ _APP_DB_HOST=mariadb \ diff --git a/composer.lock b/composer.lock index e5a0a86c70..b195f186ac 100644 --- a/composer.lock +++ b/composer.lock @@ -1387,12 +1387,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/domains.git", - "reference": "c3cd70f119a8e9fa461d39d512b2a091034af97b" + "reference": "1665e1d9932afa3be63b5c1e0dcfe01fe77d8e73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/domains/zipball/c3cd70f119a8e9fa461d39d512b2a091034af97b", - "reference": "c3cd70f119a8e9fa461d39d512b2a091034af97b", + "url": "https://api.github.com/repos/utopia-php/domains/zipball/1665e1d9932afa3be63b5c1e0dcfe01fe77d8e73", + "reference": "1665e1d9932afa3be63b5c1e0dcfe01fe77d8e73", "shasum": "" }, "require": { @@ -1429,7 +1429,7 @@ "upf", "utopia" ], - "time": "2020-02-21T17:34:28+00:00" + "time": "2020-02-23T07:40:02+00:00" }, { "name": "utopia-php/framework", @@ -1985,12 +1985,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "5463f8d32cf0f31f3d8e6230eb80170a2602b55a" + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/5463f8d32cf0f31f3d8e6230eb80170a2602b55a", - "reference": "5463f8d32cf0f31f3d8e6230eb80170a2602b55a", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "shasum": "" }, "require": { @@ -2030,7 +2030,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2020-02-20T20:42:36+00:00" + "time": "2020-02-22T12:28:44+00:00" }, { "name": "phpdocumentor/type-resolver", diff --git a/docker-compose.yml b/docker-compose.yml index 22d9d4a731..a409ffd87f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,7 @@ services: volumes: - appwrite-uploads:/storage/uploads:rw - appwrite-cache:/storage/cache:rw + - appwrite-certificates:/storage/certificates:rw - ./phpunit.xml:/usr/share/nginx/html/phpunit.xml - ./tests:/usr/share/nginx/html/tests - ./app:/usr/share/nginx/html/app @@ -37,6 +38,7 @@ services: - _APP_ENV=development - _APP_OPTIONS_ABUSE=disabled - _APP_OPENSSL_KEY_V1=your-secret-key + - _APP_DOMAINS_TARGET=new.appwrite.io - _APP_REDIS_HOST=redis - _APP_REDIS_PORT=6379 - _APP_DB_HOST=mariadb @@ -132,4 +134,5 @@ volumes: appwrite-db: appwrite-cache: appwrite-uploads: + appwrite-certificates: appwrite-influxdb: