From 699da0676ef5d266e5eaf1fb2b83087c53e1a35c Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 16 Mar 2026 23:49:54 +0000 Subject: [PATCH] Add File_Containers/convertx/compose.yaml --- File_Containers/convertx/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 File_Containers/convertx/compose.yaml diff --git a/File_Containers/convertx/compose.yaml b/File_Containers/convertx/compose.yaml new file mode 100644 index 0000000..aec3068 --- /dev/null +++ b/File_Containers/convertx/compose.yaml @@ -0,0 +1,12 @@ +services: + convertx: + image: ghcr.io/c4illin/convertx + container_name: convertx + restart: unless-stopped + ports: + - "3053:3000" + environment: + - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset + # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection + volumes: + - srv/docker/convertx/data:/app/data \ No newline at end of file