feat: set up convertx

This commit is contained in:
2025-11-06 15:19:58 +00:00
parent 5fa0af1000
commit e61d8543b8
5 changed files with 30 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: convertx
services:
app:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
ports:
- "8033:3000"
environment:
- ALLOW_UNAUTHENTICATED=true
volumes:
- ./data:/app/data