- removed: api-service
- removed: session-service - updated: moved health check out of consul registration - updated: get service info to pull the service from the default namespace for the service account - updated: the rest of the services to be able to handle the new database tables
This commit is contained in:
@@ -2,14 +2,22 @@ import subprocess
|
||||
import os
|
||||
|
||||
# Define your images, tags, and Dockerfile paths
|
||||
images = ["api-service", "auth-service", "character-service", "database-service", "packet-service", "session-service", "world-service"]
|
||||
images = [
|
||||
# "api-service",
|
||||
"auth-service",
|
||||
"character-service",
|
||||
"database-service",
|
||||
"packet-service",
|
||||
# "session-service",
|
||||
"world-service"
|
||||
]
|
||||
dockerfile_paths = [
|
||||
"../api-service/Dockerfile",
|
||||
# "../api-service/Dockerfile",
|
||||
"../auth-service/Dockerfile",
|
||||
"../character-service/Dockerfile",
|
||||
"../database-service/Dockerfile",
|
||||
"../packet-service/Dockerfile",
|
||||
"../session-service/Dockerfile",
|
||||
# "../session-service/Dockerfile",
|
||||
"../world-service/Dockerfile",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user