mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
dist: xenial
|
||||
dist: focal
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
- arm64-graviton2
|
||||
|
||||
os: linux
|
||||
|
||||
@@ -30,7 +30,7 @@ before_install:
|
||||
- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
|
||||
|
||||
install:
|
||||
- docker-compose up -d
|
||||
- docker-compose up -d --build
|
||||
- sleep 10
|
||||
|
||||
script:
|
||||
|
||||
+2
-2
@@ -18,8 +18,8 @@ ARG DEBUG=false
|
||||
ENV DEBUG=$DEBUG
|
||||
|
||||
ENV PHP_REDIS_VERSION=5.3.4 \
|
||||
PHP_SWOOLE_VERSION=v4.6.7 \
|
||||
PHP_IMAGICK_VERSION=3.5.0 \
|
||||
PHP_SWOOLE_VERSION=v4.7.0 \
|
||||
PHP_IMAGICK_VERSION=3.5.1 \
|
||||
PHP_YAML_VERSION=2.2.1 \
|
||||
PHP_MAXMINDDB_VERSION=v1.10.1
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ $image = $this->getParam('image', '');
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:2.3
|
||||
image: traefik:2.5
|
||||
container_name: appwrite-traefik
|
||||
command:
|
||||
- --providers.file.directory=/storage/config
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:2.3
|
||||
image: traefik:2.5
|
||||
container_name: appwrite-traefik
|
||||
command:
|
||||
- --log.level=DEBUG
|
||||
|
||||
Reference in New Issue
Block a user