Initiales einlesen der VPS Docker YMLs
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /docker/dozzle/data:/data
|
||||
environment:
|
||||
- DOZZLE_LEVEL=info
|
||||
- TZ=Europe/Berlin
|
||||
- DOZZLE_AUTH_PROVIDER=simple
|
||||
- DOZZLE_AUTH_TTL=48h
|
||||
networks:
|
||||
- vps_network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
vps_network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user