1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2024-11-24 08:22:37 +02:00
allure-server/docker-compose-h2.yml

10 lines
199 B
YAML
Raw Normal View History

version: '3.7'
services:
allure-server:
# For local debug #
# build: .
image: kochetkovma/allure-server:2.11.1
ports:
- 8080:8080
volumes:
- ./tmp/allure:/allure/:rw