Add one-click deploy options to README and create Docker Compose configuration

This commit is contained in:
Lasim
2025-02-19 22:09:09 +01:00
parent 45ef5d4ca5
commit dbb5707c10
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3"
services:
webarchive:
image: ghcr.io/derfenix/webarchive:latest
environment:
LOGGING_DEBUG: "true"
API_ADDRESS: "0.0.0.0:5001"
PDF_DPI: "300"
DB_PATH: "/db"
volumes:
- ./db:/db
ports:
- "0.0.0.0:5001:5001"

View File

@@ -41,6 +41,16 @@ variables:
*Note*: Prefix **WEBARCHIVE_** can be used with the environment variable names
in case of any conflicts.
## ⚡ One-Click Deploy
| Cloud Provider | Deploy Button |
|----------------|---------------|
| AWS | <a href="https://deploystack.io/deploy/derfenix-webarchive?provider=aws&language=cfn"><img src="https://raw.githubusercontent.com/deploystackio/deploy-templates/refs/heads/main/.assets/img/aws.svg" height="38"></a> |
| DigitalOcean | <a href="https://deploystack.io/deploy/derfenix-webarchive?provider=do&language=dop"><img src="https://raw.githubusercontent.com/deploystackio/deploy-templates/refs/heads/main/.assets/img/do.svg" height="38"></a> |
| Render | <a href="https://deploystack.io/deploy/derfenix-webarchive?provider=rnd&language=rnd"><img src="https://raw.githubusercontent.com/deploystackio/deploy-templates/refs/heads/main/.assets/img/rnd.svg" height="38"></a> |
<sub>Generated by <a href="https://deploystack.io/c/derfenix-webarchive" target="_blank">DeployStack.io</a></sub>
## Usage
### 1. Start the server