0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 05:10:46 -05:00

Readme updated with docker instructions

This commit is contained in:
Refringe 2024-12-07 12:35:09 -05:00
parent 18477fc615
commit 33e5830405
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -3,13 +3,10 @@
Source for the SPT DB Item Lookup website hosted at: Source for the SPT DB Item Lookup website hosted at:
https://db.sp-tarkov.com https://db.sp-tarkov.com
## Required Secrets ## Run Docker Image
| Secret Name | Description | - `docker pull ghcr.io/sp-tarkov/db-website:main`
| :-------------- | :---------- | - `docker run -p 3001:3001 db-website:main`
| SSH_DEPLOY_HOST | The remote server host where deployments are pushed. |
| SSH_PRIVATE_KEY | The private key that the SSH connection uses to connect to the remote server. |
| SSH_KNOWN_HOSTS | The known_hosts entry for the remote server. |
## Local Build ## Local Build