Added convertx and nocodb
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
convertx:
|
||||
image: ghcr.io/c4illin/convertx
|
||||
container_name: convertx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- JWT_SECRET=nYHNRfvan2ex5um8DNELQSVVXv7R2c8vBeLFn2qyUYKJY32zuJuAih8JnYZM6CvQ
|
||||
- ALLOW_UNAUTHENTICATED=true
|
||||
- HTTP_ALLOWED=true
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user