diff --git a/.deploystack/docker-compose.yml b/.deploystack/docker-compose.yml
new file mode 100644
index 0000000..da7364c
--- /dev/null
+++ b/.deploystack/docker-compose.yml
@@ -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"
diff --git a/README.md b/README.md
index f366ed9..a0f7cf3 100644
--- a/README.md
+++ b/README.md
@@ -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 |
|
+| DigitalOcean |
|
+| Render |
|
+
+Generated by DeployStack.io
+
## Usage
### 1. Start the server