mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-06 12:17:48 +00:00
Update Keira3 to use Docker Hub image with web API support
Replaces local build with uprightbass360/keira3:latest image that includes: - Frontend Angular app served by nginx - Backend Node.js API service for database operations - Proper web browser compatibility via HTTP API bridge - Resolves database connection issues in containerized web deployment
This commit is contained in:
@@ -348,11 +348,7 @@ services:
|
|||||||
|
|
||||||
# Keira3 Database Editor (Production Ready)
|
# Keira3 Database Editor (Production Ready)
|
||||||
ac-keira3:
|
ac-keira3:
|
||||||
build:
|
image: uprightbass360/keira3:latest
|
||||||
context: /home/upb/src/Keira3
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
target: production
|
|
||||||
image: keira3:latest
|
|
||||||
container_name: ac-keira3
|
container_name: ac-keira3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user