Define serve command (#393)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-05-31 11:28:04 +02:00
committed by GitHub
parent 8855fbe228
commit e1bb4eea7f
8 changed files with 18 additions and 0 deletions

View File

@@ -136,6 +136,8 @@ version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "./data:/data"
- "./profiler:/profiler"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -71,6 +71,7 @@ spec:
- name: diun
image: crazymax/diun:latest
imagePullPolicy: Always
command: ["serve"]
env:
- name: TZ
value: "Europe/Paris"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"