feat: add multi-theme docker compose configuration and batch packaging scripts

This commit is contained in:
2026-06-24 10:57:31 +08:00
parent 71203c66bb
commit 0c2149bfc0
12 changed files with 489 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ services:
- thebet365
player:
image: thebet365-player:${IMAGE_TAG:-latest}
image: thebet365-player:${PLAYER_IMAGE_TAG:-main}
build:
context: .
dockerfile: docker/player/Dockerfile