1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00
Files
dozzle/integration/docker-compose.test.yml
Amir Raminfar 6c9b6b7768 Fixes title bug
2020-05-07 15:18:22 -07:00

19 lines
352 B
YAML

version: "3.4"
services:
dozzle:
container_name: dozzle
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DOZZLE_FILTER=name=dozzle
build:
context: ..
integration:
build:
context: .
command: yarn test
environment:
- BASE=http://dozzle:8080/
depends_on:
- dozzle