Update
This commit is contained in:
+64
-64
@@ -62,7 +62,7 @@ services:
|
|||||||
profiles: ["prod", "dev"]
|
profiles: ["prod", "dev"]
|
||||||
<<: *logging
|
<<: *logging
|
||||||
build: ./nextcloud
|
build: ./nextcloud
|
||||||
image: nextcloud:33-fpm-alpine
|
image: nextcloud:32-fpm-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
ports:
|
ports:
|
||||||
@@ -239,68 +239,68 @@ services:
|
|||||||
- CERT_NAME=${DOMAIN}
|
- CERT_NAME=${DOMAIN}
|
||||||
<<: *logging
|
<<: *logging
|
||||||
|
|
||||||
# openclaw-gateway:
|
openclaw-gateway:
|
||||||
# image: alpine/openclaw
|
image: alpine/openclaw
|
||||||
# build:
|
build:
|
||||||
# args:
|
args:
|
||||||
# OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
|
OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
|
||||||
# NEXTCLOUD_USER: ${NEXTCLOUD_OPENCLAW_USER}
|
NEXTCLOUD_USER: ${NEXTCLOUD_OPENCLAW_USER}
|
||||||
# NEXTCLOUD_PASSWORD: ${NEXTCLOUD_OPENCLAW_PASSWORD}
|
NEXTCLOUD_PASSWORD: ${NEXTCLOUD_OPENCLAW_PASSWORD}
|
||||||
# user: 1000:1000
|
user: 1000:1000
|
||||||
# environment:
|
environment:
|
||||||
# HOME: /home/node
|
HOME: /home/node
|
||||||
# TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
# OPENROUTER_API_KEY: ${OPENROUTER_KEY}
|
OPENROUTER_API_KEY: ${OPENROUTER_KEY}
|
||||||
# OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
|
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
|
||||||
# BRAVE_API_KEY: ${BRAVE_API_KEY}
|
BRAVE_API_KEY: ${BRAVE_API_KEY}
|
||||||
# TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
|
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
|
||||||
# VIRTUAL_HOST: kiwa.${DOMAIN}
|
VIRTUAL_HOST: kiwa.${DOMAIN}
|
||||||
# VIRTUAL_PORT: "18789"
|
VIRTUAL_PORT: "18789"
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./openclaw/config:/home/node/.openclaw
|
- ./openclaw/config:/home/node/.openclaw
|
||||||
# - ./openclaw/workspace:/home/node/.openclaw/workspace
|
- ./openclaw/workspace:/home/node/.openclaw/workspace
|
||||||
# - /mnt/tower/stardust/chris/files/:/files:ro
|
- /mnt/tower/stardust/chris/files/:/files:ro
|
||||||
# - openclaw:/home/node
|
- openclaw:/home/node
|
||||||
# ports:
|
ports:
|
||||||
# - "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
|
- "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
|
||||||
# - "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
|
- "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
|
||||||
# networks:
|
networks:
|
||||||
# - nginx
|
- nginx
|
||||||
# init: true
|
init: true
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# command:
|
command:
|
||||||
# [
|
[
|
||||||
# "node",
|
"node",
|
||||||
# "dist/index.js",
|
"dist/index.js",
|
||||||
# "gateway",
|
"gateway",
|
||||||
# "--bind",
|
"--bind",
|
||||||
# "${OPENCLAW_GATEWAY_BIND:-lan}",
|
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||||
# "--port",
|
"--port",
|
||||||
# "18789",
|
"18789",
|
||||||
# ]
|
]
|
||||||
#
|
|
||||||
# openclaw-cli:
|
openclaw-cli:
|
||||||
# image: alpine/openclaw
|
image: alpine/openclaw
|
||||||
# build:
|
build:
|
||||||
# args:
|
args:
|
||||||
# OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
|
OPENCLAW_DOCKER_APT_PACKAGES: "git curl jq ffmpeg build-essentials fzf ripgrep fd imagemagick exiftool"
|
||||||
# user: 1000:1000
|
user: 1000:1000
|
||||||
# environment:
|
environment:
|
||||||
# HOME: /home/node
|
HOME: /home/node
|
||||||
# TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
# OPENROUTER_API_KEY: ${OPENROUTER_KEY}
|
OPENROUTER_API_KEY: ${OPENROUTER_KEY}
|
||||||
# BRAVE_API_KEY: ${BRAVE_API_KEY}
|
BRAVE_API_KEY: ${BRAVE_API_KEY}
|
||||||
# TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
|
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
|
||||||
# BROWSER: echo
|
BROWSER: echo
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./openclaw/config:/home/node/.openclaw
|
- ./openclaw/config:/home/node/.openclaw
|
||||||
# - ./openclaw/workspace:/home/node/.openclaw/workspace
|
- ./openclaw/workspace:/home/node/.openclaw/workspace
|
||||||
# - /mnt/tower/stardust/chris/files/:/files:ro
|
- /mnt/tower/stardust/chris/files/:/files:ro
|
||||||
# - openclaw:/home/node
|
- openclaw:/home/node
|
||||||
# stdin_open: true
|
stdin_open: true
|
||||||
# tty: true
|
tty: true
|
||||||
# init: true
|
init: true
|
||||||
# entrypoint: ["node", "dist/index.js"]
|
entrypoint: ["node", "dist/index.js"]
|
||||||
|
|
||||||
minecraft:
|
minecraft:
|
||||||
profiles: ["prod"]
|
profiles: ["prod"]
|
||||||
@@ -355,7 +355,7 @@ services:
|
|||||||
- ND_BASEURL=https://radio.${DOMAIN}
|
- ND_BASEURL=https://radio.${DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- navidrome:/data
|
- navidrome:/data
|
||||||
- /mnt/tower/stardust/chris/files/Library/Music:/music:ro
|
- /mnt/tower/stardust/chris/files/Music:/music:ro
|
||||||
networks:
|
networks:
|
||||||
- nginx
|
- nginx
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:33-fpm-alpine
|
FROM nextcloud:32-fpm-alpine
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|||||||
Reference in New Issue
Block a user