Tests - use Docker (as environment guard)

This commit is contained in:
Meritoo
2017-10-18 21:39:44 +02:00
parent e38df1a8f2
commit 24a3d478b5
6 changed files with 91 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3'
services:
php-cli:
image: meritoo/limesurvey-api-client
container_name: meritoo-limesurvey-api-client
working_dir: /project
entrypoint: php
command: -S 0.0.0.0:9999
build:
context: ./.docker/config
args:
- TIMEZONE=$TIMEZONE
volumes:
- .:/project