Commit Graph

29 Commits

Author SHA1 Message Date
fbdcc17bb5 fix: Docker Compose README (#1403)
* fix: Docker Compose README

* fix: add password requiremnts hint

* fix: note on sudo / docker compose

* fix: add note on UGCUSE3DSERVICES

* fix: reorder

* fix: duplicate word

* fix: move broken line

* fix(compose): enable USER_ENABLE_REGISTER by default
2024-01-08 09:13:28 -06:00
09fb1dfff9 Update docker-compose.yml (#1383) 2024-01-03 06:00:49 -06:00
9116317834 fix: improve our docker config (#1373)
* greatly simplify docker

* back to gcc since I can't the libs to load properly

* fix typo
add set -e to entrypoint
better copy of entrypoint.sh and use proper entrypoint

* use debian instead of gcc for runtime
comment and organize it a bit
drop gcc to 12 since we are using debian 12 as well

* explicitly include mariadb libs

* Make the server not crash in the case we are using only env-vars
make the dockerfile have configs in the expected location incase of bypassing entrypoint.sh

* remove unneede var from example, since it's in the container now

* coments to dockerfile

* Revert master server changes

* Resolve conflicting port options between chat, master, and world
move chat_server_port to shared since it's used by world and chat

* Don't error if file does not exists when updating a config option
move update before and use bin dir var
2024-01-03 02:36:17 -06:00
e5b69745aa feat: Remove NET_VERSION define (#1153)
* Remove NET_VERSION define

I get to test this on 4 different platforms.  yay...

* move stuff around

finally fixed you docker

i love this

Update Dockerfile

Update Dockerfile

change type

Update AuthPackets.cpp

Update AuthServer.cpp

* Update CMakeVariables.txt

* Update sharedconfig.ini
2023-08-03 21:38:33 -05:00
4f1df372a2 Make some Docker Compose volumes read-only 2022-01-24 21:52:11 +01:00
9c10a7adef More meaningful error messages
Suggested by @Marcono1234
2021-12-31 14:04:51 +01:00
619eec8335 Merge branch 'pr-improvements' into pr-improvements 2021-12-09 17:43:52 +01:00
18d797150e PR comments 2021-12-09 00:10:29 -07:00
7f1e392be2 WIP: add master_ip option 2021-12-08 14:57:16 +01:00
51a9f61e88 WIP: make this work independent of the repo directory 2021-12-08 14:39:19 +01:00
293aaff2a5 A few more improvements 2021-12-08 01:54:44 -07:00
f185c8b5db Moved all the setup of client files into a single use Docker image 2021-12-08 00:50:15 -07:00
a38765d02d fixing my mistakes (aka TheNoim is smarter than me) 2021-12-07 23:44:37 -07:00
59f053433c External IP configuration as well as other small improvements 2021-12-07 23:33:34 -07:00
0dfc962df5 WIP: connection issue 2021-12-08 02:40:27 +01:00
cf6f69ba93 WIP: try to fix navmesh load 2021-12-08 00:40:15 +01:00
78a04c90e6 WIP: fix migration volume and add ports 2021-12-07 23:17:26 +01:00
a6190fe29d Add init volume to database 2021-12-07 14:55:19 -07:00
4cf2f4e7c7 WIP: error if the client path is missing 2021-12-07 22:43:53 +01:00
53c9467bec WIP: use fixed mariadb version 2021-12-07 22:30:08 +01:00
157977e267 Merge pull request #1 from VBMCBoy/main
Add Brick-Building-Fix and AccountManager
2021-12-07 22:28:37 +01:00
e714cacc58 WIP: produce valid MasterServer binary 2021-12-07 22:25:58 +01:00
ac20be8744 moved healthchecks from Dockerfiles to docker-compose.yml 2021-12-07 22:17:18 +01:00
7a55db3f21 moved AccountManager secret to environment 2021-12-07 22:08:53 +01:00
b46f833e23 added darkflame network to brickbuildfix 2021-12-07 21:34:06 +01:00
e01a7be08e added AccountManager 2021-12-07 21:30:08 +01:00
b35a367ed1 added brick-building fix 2021-12-07 21:25:15 +01:00
50221fbd65 WIP: do more post build steps 2021-12-07 16:29:26 +01:00
0add6853bf WIP: completely automated docker setup 2021-12-07 14:50:05 +01:00