1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

feat: reads certs locally if available (#3196)

This commit is contained in:
Amir Raminfar
2024-08-13 11:48:56 -07:00
committed by GitHub
parent 9467e3d7d5
commit 7f735d26db
3 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
services:
agent:
image: amir20/dozzle:pr-3196
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets:
- source: cert
target: /dozzle_cert.pem
- source: key
target: /dozzle_key.pem
ports:
- 7070:7070
secrets:
cert:
file: ./cert.pem
key:
file: ./key.pem

View File

@@ -1,6 +1,6 @@
services:
my-dozzle-service:
image: amir20/dozzle:local-test
dozzle-service:
image: amir20/dozzle:latest
environment:
- DOZZLE_LEVEL=debug
- DOZZLE_MODE=swarm