1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00
Files
dozzle/integration/docker-compose.test.yml
2020-05-06 15:44:12 -07:00

19 lines
356 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