mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 22:39:22 +01:00
Define serve command (#393)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -136,6 +136,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./profiler:/profiler"
|
||||
|
||||
@@ -50,6 +50,7 @@ services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
@@ -105,6 +106,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./diun.yml:/diun.yml:ro"
|
||||
|
||||
@@ -246,6 +246,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./diun.yml:/diun.yml:ro"
|
||||
|
||||
@@ -20,6 +20,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
@@ -34,6 +36,7 @@ services:
|
||||
|
||||
cloudflared:
|
||||
image: crazymax/cloudflared:latest
|
||||
container_name: cloudflared
|
||||
ports:
|
||||
- target: 5053
|
||||
published: 5053
|
||||
|
||||
@@ -71,6 +71,7 @@ spec:
|
||||
- name: diun
|
||||
image: crazymax/diun:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["serve"]
|
||||
env:
|
||||
- name: TZ
|
||||
value: "Europe/Paris"
|
||||
|
||||
@@ -20,6 +20,7 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
|
||||
@@ -12,6 +12,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
@@ -43,6 +45,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./diun.yml:/diun.yml:ro"
|
||||
|
||||
@@ -16,6 +16,8 @@ version: "3.5"
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./custom-images.yml:/custom-images.yml:ro"
|
||||
|
||||
Reference in New Issue
Block a user