Sanitized mirror from private repository - 2026-03-11 09:26:00 UTC
This commit is contained in:
20
hosts/synology/atlantis/dozzle/dozzle.yaml
Normal file
20
hosts/synology/atlantis/dozzle/dozzle.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Dozzle - Real-time Docker log viewer
|
||||
# Port: 9999
|
||||
# Lightweight container log viewer with web UI
|
||||
services:
|
||||
dozzle:
|
||||
container_name: Dozzle
|
||||
image: amir20/dozzle:latest
|
||||
mem_limit: 3g
|
||||
cpu_shares: 768
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: on-failure:5
|
||||
ports:
|
||||
- 8892:8080
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /volume2/metadata/docker/dozzle:/data:rw
|
||||
environment:
|
||||
DOZZLE_AUTH_PROVIDER: simple
|
||||
DOZZLE_REMOTE_AGENT: "100.72.55.21:7007,100.77.151.40:7007,100.103.48.78:7007,100.75.252.64:7007,100.67.40.126:7007,100.82.197.124:7007,100.125.0.20:7007,100.85.21.51:7007"
|
||||
6
hosts/synology/atlantis/dozzle/users.yml
Normal file
6
hosts/synology/atlantis/dozzle/users.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
users:
|
||||
vish:
|
||||
name: "Vish k"
|
||||
# Generate with IT-TOOLS https://it-tools.tech/bcrypt
|
||||
password: "REDACTED_PASSWORD" # pragma: allowlist secret
|
||||
email: your-email@example.com
|
||||
Reference in New Issue
Block a user