chore: clean up repo, add README and .gitignore

This commit is contained in:
2026-03-21 23:11:46 +00:00
parent bbd847a81b
commit 9f5d322b00
5 changed files with 107 additions and 30 deletions

View File

@@ -3,14 +3,21 @@ version: '3.8'
services:
docxtemplater-service:
build: .
expose:
- "3000"
ports:
- "3000:3000"
environment:
- PORT=3000
networks:
- default
- caddy_default
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3000"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
networks:
default: {}
caddy_default: