2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/docker-compose.yml
Adam Zammit 629809da5e New Feature: Overall performance report
New Feature: Download searched sample to file
New Feature: Added docker-compose template
Fixed Bug: Performance reporting with unended calls has undefined result (was using NOW())
Fixed Bug: Total call time limited to MySQL SEC_TO_TIME function
2017-09-25 12:52:29 +10:00

19 lines
285 B
YAML

version: '2'
services:
quexs:
image: acspri/quexs:latest
ports:
- 8080:80
environment:
QUEXS_DB_PASSWORD: example
QUEXS_PORT: :8080
volumes:
- ./:/var/www/html
mysql:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example