fix: remove patched entrypoint, use server team's fixed image
Some checks failed
CI / build (push) Successful in 50s
CI / docker (push) Has been cancelled

Server team fixed the BASE_PATH sed ordering bug. Remove our entrypoint
override and let the image's own entrypoint handle it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-05 23:58:20 +02:00
parent 5981a3db71
commit 5ded08cace

View File

@@ -192,12 +192,9 @@ services:
cameleer3-server-ui:
image: ${CAMELEER3_SERVER_UI_IMAGE:-gitea.siegeln.net/cameleer/cameleer3-server-ui}:${VERSION:-latest}
restart: unless-stopped
entrypoint: ["/bin/sh", "/cameleer-entrypoint-patched.sh"]
depends_on:
cameleer3-server:
condition: service_healthy
volumes:
- ./docker/server-ui-entrypoint.sh:/cameleer-entrypoint-patched.sh:ro
environment:
CAMELEER_API_URL: http://cameleer3-server:8081
BASE_PATH: /server