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

Added test mode as default dev mode

This commit is contained in:
eldadfux 2019-11-29 19:34:55 +02:00
parent 57024e9c77
commit 288b051964

View file

@ -2,11 +2,17 @@ version: '3'
services:
appwrite:
build: .
container_name: appwrite
build:
context: .
args:
- TESTING=true
restart: unless-stopped
volumes:
- appwrite-uploads:/storage/uploads:rw
- appwrite-cache:/storage/cache:rw
- ./phpunit.xml:/usr/share/nginx/html/phpunit.xml
- ./tests:/usr/share/nginx/html/tests
- ./app:/usr/share/nginx/html/app
- ./docs:/usr/share/nginx/html/docs
- ./public:/usr/share/nginx/html/public