refactor: rename docker-compose to compose

This commit is contained in:
2026-04-20 17:46:46 +02:00
parent a1ab8ddd2b
commit 1920fe3a00
2 changed files with 1 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: stapler
services:
stapler:
build: .
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- "./data:/data"
- "./letsencrypt:/etc/letsencrypt"
environment:
- HOST=${HOST}
- TOKEN_SALT=${TOKEN_SALT}
command: run