mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
19 lines
289 B
YAML
19 lines
289 B
YAML
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
|