mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +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)
|
||||
ac-keira3:
|
||||
build:
|
||||
context: /home/upb/src/Keira3
|
||||
dockerfile: Dockerfile
|
||||
target: production
|
||||
image: keira3:latest
|
||||
image: uprightbass360/keira3:latest
|
||||
container_name: ac-keira3
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user