1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00
Files
dozzle/integration/docker-compose.test.yml
Amir Raminfar 4589399ecf Uses 2 idle
2020-04-03 16:33:36 -07:00

19 lines
351 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: npm test
environment:
- BASE=http://dozzle:8080/
depends_on:
- dozzle