From 2040ed3886705e8c73b503fd18552fd75a062e49 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:21:36 +1100 Subject: [PATCH] Created Deploy with the prebuilt Docker image (markdown) --- Deploy-with-the-prebuilt-Docker-image.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Deploy-with-the-prebuilt-Docker-image.md diff --git a/Deploy-with-the-prebuilt-Docker-image.md b/Deploy-with-the-prebuilt-Docker-image.md new file mode 100644 index 0000000..ee8eac7 --- /dev/null +++ b/Deploy-with-the-prebuilt-Docker-image.md @@ -0,0 +1,6 @@ +Dockerfile and docker-compose.yml files have been provided to make deployment of the server as easy as possible. + +1. Download the docker-compose-{database}.yml file for the database type you would like to use. +2. Open the docker-compose.yml file and edit the igdbclientid and igdbclientsecret to the values retrieved from your IGDB account +3. Run the command ```docker-compose up -d``` +4. Connect to the host on port 5198 \ No newline at end of file