chore: upgrade Node.js runtime to v24 across codebase #419
@@ -15,7 +15,8 @@ services:
|
|||||||
# ======================
|
# ======================
|
||||||
openbao:
|
openbao:
|
||||||
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-dev}
|
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-dev}
|
||||||
command: server -config=/openbao/config/config.hcl
|
entrypoint: ["dumb-init", "--"]
|
||||||
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
environment:
|
environment:
|
||||||
OPENBAO_ADDR: http://0.0.0.0:8200
|
OPENBAO_ADDR: http://0.0.0.0:8200
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -27,7 +27,8 @@ services:
|
|||||||
openbao:
|
openbao:
|
||||||
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-dev}
|
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-dev}
|
||||||
container_name: mosaic-openbao
|
container_name: mosaic-openbao
|
||||||
command: server -config=/openbao/config/config.hcl
|
entrypoint: ["dumb-init", "--"]
|
||||||
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
environment:
|
environment:
|
||||||
OPENBAO_ADDR: http://0.0.0.0:8200
|
OPENBAO_ADDR: http://0.0.0.0:8200
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -84,7 +84,8 @@ services:
|
|||||||
# ======================
|
# ======================
|
||||||
openbao:
|
openbao:
|
||||||
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-latest}
|
image: git.mosaicstack.dev/mosaic/stack-openbao:${IMAGE_TAG:-latest}
|
||||||
command: server -config=/openbao/config/config.hcl
|
entrypoint: ["dumb-init", "--"]
|
||||||
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
OPENBAO_ADDR: http://0.0.0.0:8200
|
OPENBAO_ADDR: http://0.0.0.0:8200
|
||||||
|
|||||||
@@ -269,6 +269,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
VAULT_ADDR: http://0.0.0.0:8200
|
VAULT_ADDR: http://0.0.0.0:8200
|
||||||
SKIP_SETCAP: "true"
|
SKIP_SETCAP: "true"
|
||||||
|
entrypoint: ["dumb-init", "--"]
|
||||||
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
cap_add:
|
cap_add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
|
|||||||
@@ -273,6 +273,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
VAULT_ADDR: http://0.0.0.0:8200
|
VAULT_ADDR: http://0.0.0.0:8200
|
||||||
SKIP_SETCAP: "true"
|
SKIP_SETCAP: "true"
|
||||||
|
entrypoint: ["dumb-init", "--"]
|
||||||
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
cap_add:
|
cap_add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
|
|||||||
@@ -82,8 +82,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
VAULT_ADDR: http://0.0.0.0:8200
|
VAULT_ADDR: http://0.0.0.0:8200
|
||||||
SKIP_SETCAP: "true"
|
SKIP_SETCAP: "true"
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["dumb-init", "--"]
|
||||||
command: ["bao server -config=/openbao/config/config.hcl"]
|
command: ["bao", "server", "-config=/openbao/config/config.hcl"]
|
||||||
cap_add:
|
cap_add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user