1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +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 export BUILDKIT_PROGRESS=plain
docker pull composer:2.0 docker pull composer:2.0
docker pull php:8.0-cli-alpine 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 docker compose -f docker-compose.yml -f docker-compose.ci.yml up -d
sleep 30 sleep 30
- name: Doctor - name: Doctor

View file

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

View file

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