1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Added target CNAME var

This commit is contained in:
Eldad Fux 2020-02-23 10:56:27 +02:00
parent bf5d5f719e
commit 09cdd86f79
3 changed files with 12 additions and 8 deletions

View file

@ -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 \

16
composer.lock generated
View file

@ -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",

View file

@ -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: