diff --git a/.env.example b/.env.example index 9934511..65c89aa 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ -DATABASE_USER=eqmac -DATABASE_PASSWORD=eqmacpassword -DATABASE_NAME=eqmac -SERVER_ADDRESS=192.168.1.100 -SERVER_SHORT_NAME=EQMac Docker -SERVER_LONG_NAME=EQMac Docker +DATABASE_USER=quarm +DATABASE_PASSWORD=quarmpassword +DATABASE_NAME=quarm +SERVER_ADDRESS=127.0.0.1 +SERVER_SHORT_NAME=Quarm Docker +SERVER_LONG_NAME=Quarm Docker diff --git a/.gitmodules b/.gitmodules index aaefbe0..f051b15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "Server"] path = Server - url = https://github.com/SecretsOTheP/EQMacEmu + url = https://github.com/kai-blt/EQMacEmu [submodule "Quests"] path = Quests - url = https://github.com/SecretsOTheP/quests + url = https://github.com/kai-blt/quests [submodule "Maps"] path = Maps - url = https://github.com/EQMacEmu/Maps + url = https://github.com/kai-blt/Maps diff --git a/Maps b/Maps index dcdfac3..f00f483 160000 --- a/Maps +++ b/Maps @@ -1 +1 @@ -Subproject commit dcdfac39fab296074b2428071dcee81983c67f0d +Subproject commit f00f483e3052e2ac1f6d0cc2610bddf52c510db0 diff --git a/Quests b/Quests index 3b66289..f8dc82d 160000 --- a/Quests +++ b/Quests @@ -1 +1 @@ -Subproject commit 3b66289e9c99d7edac9b6c2ed7abfb9cf71e3d0c +Subproject commit f8dc82d616e34cd6a9add311b0e210d9d80e2515 diff --git a/Server b/Server index 3f49755..3c21083 160000 --- a/Server +++ b/Server @@ -1 +1 @@ -Subproject commit 3f497550b9793faa49ed057b7f4e805f3f8dfa3b +Subproject commit 3c21083428bbb445d98446cbb6d943061bbcfadd diff --git a/containers/database/Dockerfile b/containers/database/Dockerfile index 9e9c297..acbcac3 100644 --- a/containers/database/Dockerfile +++ b/containers/database/Dockerfile @@ -1,6 +1,6 @@ FROM mariadb:10.5 -ADD Server/utils/sql/database_full/quarm_2023-11-29-15_56.tar.gz /docker-entrypoint-initdb.d +ADD Server/utils/sql/database_full/quarm_2024-04-15-22_51.tar.gz /docker-entrypoint-initdb.d RUN rm /docker-entrypoint-initdb.d/drop_system.sql ADD Server/loginserver/login_util/tblloginserversettings.sql /docker-entrypoint-initdb.d diff --git a/docker-compose.yml b/docker-compose.yml index 5cfbf6a..3dbd35c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -94,6 +94,8 @@ services: MYSQL_USER: ${DATABASE_USER:-eq} MYSQL_PASSWORD: ${DATABASE_PASSWORD:-eq} MYSQL_DATABASE: ${DATABASE_NAME:-eq} + ports: + - 3306:3306/tcp volumes: - database:/var/lib/mysql