diff --git a/public/svgs/vert.jpg b/public/svgs/vert.jpg new file mode 100644 index 000000000..10395ac32 Binary files /dev/null and b/public/svgs/vert.jpg differ diff --git a/templates/compose/vert.yaml b/templates/compose/vert.yaml new file mode 100644 index 000000000..2b40e4a22 --- /dev/null +++ b/templates/compose/vert.yaml @@ -0,0 +1,13 @@ +# documentation: https://github.com/VERT-sh/VERT +# slogan: The next-generation file converter. Open source, fully local* and free forever. +# tags: converter,file,documents,files,ffmpeg,wasm +# logo: svgs/vert.png +# port: 80 + +services: + vert: + image: ghcr.io/vert-sh/vert:latest + environment: + - SERVICE_FQDN_VERT_80 + - PUB_HOSTNAME=${SERVICE_FQDN_VERT_80} + - PUB_ENV=production