Skip to content

Commit

Permalink
Readme updated with docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
refringe committed Dec 7, 2024
1 parent 18477fc commit 33e5830
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
Source for the SPT DB Item Lookup website hosted at:
https://db.sp-tarkov.com

## Required Secrets
## Run Docker Image

| Secret Name | Description |
| :-------------- | :---------- |
| 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. |
- `docker pull ghcr.io/sp-tarkov/db-website:main`
- `docker run -p 3001:3001 db-website:main`

## Local Build

Expand Down

0 comments on commit 33e5830

Please sign in to comment.