Sindbad~EG File Manager
version: '3'
services:
test_openresty:
build:
context: tests/openresty
command: bash /etc/nginx/openresty/tests/openresty/start.sh
environment:
REDIS_HOST: test_redis
HTTPD_HOST: test_httpd
TEST_SUITE_HOST: test_suite
volumes:
- .:/etc/nginx/openresty
ports:
- 443:443
- 80:80
depends_on:
- test_redis
- test_httpd
test_redis:
image: redis:alpine
test_httpd:
build:
context: tests/httpd
test_suite:
build:
context: tests/tests
command: php -S 0.0.0.0:8000 -t public/
environment:
OPENRESTY_HOST: test_openresty
REDIS_HOST: test_redis
HTTPD_HOST: test_httpd
working_dir: /app
volumes:
- ./tests/tests:/app
depends_on:
- test_openresty
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists