1
0
Fork 0
mirror of synced 2024-06-02 02:44:47 +12:00

Cert test

This commit is contained in:
Eldad Fux 2020-03-01 13:20:39 +02:00
parent e937c0c4f8
commit 8158648016
2 changed files with 12 additions and 9 deletions

View file

@ -89,6 +89,9 @@ class CertificatesV1
'first' => true,
]);
$debug = ($certificate) ? $certificate->getArrayCopy() : 'empty';
throw new Exception('cert is'.$debug);
$certificate = (!empty($certificate) && $certificate instanceof $certificate) ? $certificate->getArrayCopy() : [];
if($certificate

View file

@ -137,15 +137,15 @@ services:
networks:
- appwrite
redis-commander:
image: rediscommander/redis-commander:latest
restart: unless-stopped
networks:
- appwrite
environment:
- REDIS_HOSTS=redis
ports:
- "8081:8081"
# redis-commander:
# image: rediscommander/redis-commander:latest
# restart: unless-stopped
# networks:
# - appwrite
# environment:
# - REDIS_HOSTS=redis
# ports:
# - "8081:8081"
# resque:
# image: registry.gitlab.com/appwrite/appwrite/resque-web:v1.0.2