fix remaining non-_dev stacks: bookstack, gitea, heimdall, invokeai, n8n, nextcloud, opencode, paperless, pihole, qbittorrent, stash

This commit is contained in:
openhands
2026-07-16 05:08:05 +00:00
parent 366709ddd8
commit 90544d19de
22 changed files with 211 additions and 221 deletions
+8 -4
View File
@@ -1,13 +1,17 @@
# InvokeAI Docker Compose
services:
invokeai:
image: ${INVOKEAI_IMAGE:-ghcr.io/invoke-ai/invokeai:latest}
restart: ${INVOKEAI_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-/data}/invokeai:/invokeai
- ${VOL_PATH}/invokeai:/invokeai
environment:
- INVOKEAI_ROOT=/invokeai
- INVOKEAI_PORT=${INVOKEAI_PORT:-9090}
ports:
- "${INVOKEAI_PORT:-9090}:9090"
gpus: all
- ${INVOKEAI_PORT:-9090}:9090
networks:
- proxy
networks:
proxy:
external: true