diff --git a/ProjectLighthouse.Servers.API/Controllers/StatisticsEndpoints.cs b/ProjectLighthouse.Servers.API/Controllers/StatisticsEndpoints.cs index dcd9a5c29..c307334d6 100644 --- a/ProjectLighthouse.Servers.API/Controllers/StatisticsEndpoints.cs +++ b/ProjectLighthouse.Servers.API/Controllers/StatisticsEndpoints.cs @@ -74,4 +74,4 @@ public async Task GetPlayerCounts() return this.Ok(response); } -} \ No newline at end of file +} diff --git a/ProjectLighthouse/Types/Users/GameVersion.cs b/ProjectLighthouse/Types/Users/GameVersion.cs index 567aaf482..6d895b930 100644 --- a/ProjectLighthouse/Types/Users/GameVersion.cs +++ b/ProjectLighthouse/Types/Users/GameVersion.cs @@ -87,6 +87,12 @@ public static class GameVersionHelper "NPEA00437", "BCES01693", "BCKS10150", + "NPHA80113", + "NPHA80125", + "NPHA80132", + "NPHA80163", + "NPHA80161", + "NPHA80277", //Debug, Beta and Demo "NPUA70117", "BCET70023", @@ -206,4 +212,4 @@ private static Dictionary createTitleMap() public static GameVersion FromTitleId(string titleId) => titleIdMap.TryGetValue(titleId, out GameVersion parsedVersion) ? parsedVersion : GameVersion.Unknown; -} \ No newline at end of file +} diff --git a/docker-compose.yml b/docker-compose.yml index d5b166374..6125a0cc3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ volumes: redis: services: gameserver: - image: lighthouse:latest + image: ghcr.io/lbpunion/projectlighthouse:main container_name: gameserver build: . restart: unless-stopped @@ -26,7 +26,7 @@ services: - "./data:/lighthouse/data:z" - "./data/.aspnet:/lighthouse/.aspnet:z" website: - image: lighthouse:latest + image: ghcr.io/lbpunion/projectlighthouse:main container_name: website restart: unless-stopped ports: @@ -47,7 +47,7 @@ services: - "./data:/lighthouse/data:z" - "./data/.aspnet:/lighthouse/.aspnet:z" api: - image: lighthouse:latest + image: ghcr.io/lbpunion/projectlighthouse:main container_name: api restart: unless-stopped ports: @@ -86,4 +86,4 @@ services: container_name: redis restart: unless-stopped volumes: - - "redis:/var/lib/redis" \ No newline at end of file + - "redis:/var/lib/redis"