Created Build and deploy a Docker image from source (markdown)
7
Build-and-deploy-a-Docker-image-from-source.md
Normal file
7
Build-and-deploy-a-Docker-image-from-source.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user