From b02ee5ea7b9463ca567688b60ee6769e6e1e1f6b Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:56:32 +1100 Subject: [PATCH] Destroyed Build and deploy a Docker image from source (markdown) --- Build-and-deploy-a-Docker-image-from-source.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Build-and-deploy-a-Docker-image-from-source.md diff --git a/Build-and-deploy-a-Docker-image-from-source.md b/Build-and-deploy-a-Docker-image-from-source.md deleted file mode 100644 index 3c4fb15..0000000 --- a/Build-and-deploy-a-Docker-image-from-source.md +++ /dev/null @@ -1,7 +0,0 @@ -Dockerfile and docker-compose-build.yml files have been provided to make deployment of the server as easy as possible. - -1. Clone the repo with ```git clone https://github.com/gaseous-project/gaseous-server.git``` -2. Change into the gaseous-server directory -3. Open the docker-compose-{database}-build.yml file and edit the igdbclientid and igdbclientsecret to the values retrieved from your IGDB account -4. Run the command ```docker-compose --file docker-compose-{database}-build.yml up -d``` -5. Connect to the host on port 5198 \ No newline at end of file