Files
ollama-compose-files/dozzle/compose.yaml
T
Sven Hanold cb19e92f47 Initial
2025-12-22 15:10:35 +00:00

17 lines
284 B
YAML
Executable File

services:
dozzle-agent:
restart: unless-stopped
deploy:
resources:
limits:
memory: 128M
image: amir20/dozzle:latest
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 9007:7007
networks: {}
#