2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added default docker-compose file for local dev

This commit is contained in:
Adam Zammit
2017-09-21 11:17:16 +10:00
parent fec0df2591
commit 6c9bee9be4

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: '2'
services:
quexs:
image: acspri/quexs:remotelime
ports:
- 8080:80
environment:
QUEXS_DB_PASSWORD: example
QUEXS_PORT: :8080
volumes:
- ./:/var/www/html
mysql:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example