mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 06:49:23 +01:00
* Use iconmoon * Adds icons * Use go to update BASE * Changes more icons * Uses html inline * Reverts css changes * Fixes icons * Fixes tests and icons * Adds --rm to int tests * Fixes unit tests
19 lines
355 B
YAML
19 lines
355 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
|