This commit is contained in:
2026-06-10 19:31:06 +01:00
parent b279f97052
commit 4ba21094ca
2 changed files with 65 additions and 65 deletions
+64 -64
View File
@@ -62,7 +62,7 @@ services:
profiles: ["prod", "dev"]
<<: *logging
build: ./nextcloud
image: nextcloud:33-fpm-alpine
image: nextcloud:32-fpm-alpine
restart: unless-stopped
user: 1000:1000
ports:
@@ -239,68 +239,68 @@ services:
- CERT_NAME=${DOMAIN}
<<: *logging
# openclaw-gateway:
# image: alpine/openclaw
# build:
# args:
# OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
# NEXTCLOUD_USER: ${NEXTCLOUD_OPENCLAW_USER}
# NEXTCLOUD_PASSWORD: ${NEXTCLOUD_OPENCLAW_PASSWORD}
# user: 1000:1000
# environment:
# HOME: /home/node
# TERM: xterm-256color
# OPENROUTER_API_KEY: ${OPENROUTER_KEY}
# OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
# BRAVE_API_KEY: ${BRAVE_API_KEY}
# TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
# VIRTUAL_HOST: kiwa.${DOMAIN}
# VIRTUAL_PORT: "18789"
# volumes:
# - ./openclaw/config:/home/node/.openclaw
# - ./openclaw/workspace:/home/node/.openclaw/workspace
# - /mnt/tower/stardust/chris/files/:/files:ro
# - openclaw:/home/node
# ports:
# - "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
# - "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
# networks:
# - nginx
# init: true
# restart: unless-stopped
# command:
# [
# "node",
# "dist/index.js",
# "gateway",
# "--bind",
# "${OPENCLAW_GATEWAY_BIND:-lan}",
# "--port",
# "18789",
# ]
#
# openclaw-cli:
# image: alpine/openclaw
# build:
# args:
# OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
# user: 1000:1000
# environment:
# HOME: /home/node
# TERM: xterm-256color
# OPENROUTER_API_KEY: ${OPENROUTER_KEY}
# BRAVE_API_KEY: ${BRAVE_API_KEY}
# TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
# BROWSER: echo
# volumes:
# - ./openclaw/config:/home/node/.openclaw
# - ./openclaw/workspace:/home/node/.openclaw/workspace
# - /mnt/tower/stardust/chris/files/:/files:ro
# - openclaw:/home/node
# stdin_open: true
# tty: true
# init: true
# entrypoint: ["node", "dist/index.js"]
openclaw-gateway:
image: alpine/openclaw
build:
args:
OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
NEXTCLOUD_USER: ${NEXTCLOUD_OPENCLAW_USER}
NEXTCLOUD_PASSWORD: ${NEXTCLOUD_OPENCLAW_PASSWORD}
user: 1000:1000
environment:
HOME: /home/node
TERM: xterm-256color
OPENROUTER_API_KEY: ${OPENROUTER_KEY}
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
BRAVE_API_KEY: ${BRAVE_API_KEY}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
VIRTUAL_HOST: kiwa.${DOMAIN}
VIRTUAL_PORT: "18789"
volumes:
- ./openclaw/config:/home/node/.openclaw
- ./openclaw/workspace:/home/node/.openclaw/workspace
- /mnt/tower/stardust/chris/files/:/files:ro
- openclaw:/home/node
ports:
- "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
- "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
networks:
- nginx
init: true
restart: unless-stopped
command:
[
"node",
"dist/index.js",
"gateway",
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"--port",
"18789",
]
openclaw-cli:
image: alpine/openclaw
build:
args:
OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
user: 1000:1000
environment:
HOME: /home/node
TERM: xterm-256color
OPENROUTER_API_KEY: ${OPENROUTER_KEY}
BRAVE_API_KEY: ${BRAVE_API_KEY}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
BROWSER: echo
volumes:
- ./openclaw/config:/home/node/.openclaw
- ./openclaw/workspace:/home/node/.openclaw/workspace
- /mnt/tower/stardust/chris/files/:/files:ro
- openclaw:/home/node
stdin_open: true
tty: true
init: true
entrypoint: ["node", "dist/index.js"]
minecraft:
profiles: ["prod"]
@@ -355,7 +355,7 @@ services:
- ND_BASEURL=https://radio.${DOMAIN}
volumes:
- navidrome:/data
- /mnt/tower/stardust/chris/files/Library/Music:/music:ro
- /mnt/tower/stardust/chris/files/Music:/music:ro
networks:
- nginx