1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

ci: fix build args

This commit is contained in:
Torsten Dittmann 2022-09-14 17:52:52 +02:00
parent 6d5aec39fe
commit 5fd0de842f
3 changed files with 4 additions and 11 deletions

View file

@ -29,7 +29,7 @@ jobs:
export BUILDKIT_PROGRESS=plain
docker pull composer:2.0
docker pull php:8.0-cli-alpine
docker compose -f docker-compose.yml -f docker-compose.ci.yml build
docker compose -f docker-compose.yml -f docker-compose.ci.yml build appwrite
docker compose -f docker-compose.yml -f docker-compose.ci.yml up -d
sleep 30
- name: Doctor

View file

@ -1,13 +1,6 @@
services:
appwrite:
container_name: appwrite
image: appwrite-dev
build:
context: .
args:
- DEBUG=false
- TESTING=true
- VERSION=dev
appwrite-realtime:
image: appwrite-dev

View file

@ -73,9 +73,9 @@ services:
build:
context: .
args:
- DEBUG=false
- TESTING=true
- VERSION=dev
DEBUG: false
TESTING: true
VERSION: dev
ports:
- 9501:80
networks: