feat: sample docker compose

This commit is contained in:
2026-04-14 00:07:27 +02:00
parent 70f8244199
commit ec21aead67
4 changed files with 23 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
name: stapler
services:
stapler:
build: .
restart: unless-stopped
ports:
- "${PORT}:8080"
volumes:
- "./data:/data"
- "./letsencrypt:/etc/letsencrypt"
environment:
- HOST=${HOST}
- TOKEN=${TOKEN}
command: run