diff --git a/public/svgs/vert.png b/public/svgs/vert.png new file mode 100644 index 000000000..8990f2941 Binary files /dev/null and b/public/svgs/vert.png differ diff --git a/templates/compose/vert.yaml b/templates/compose/vert.yaml index 2b40e4a22..09ee79aee 100644 --- a/templates/compose/vert.yaml +++ b/templates/compose/vert.yaml @@ -1,5 +1,5 @@ # documentation: https://github.com/VERT-sh/VERT -# slogan: The next-generation file converter. Open source, fully local* and free forever. +# 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 @@ -9,5 +9,7 @@ services: image: ghcr.io/vert-sh/vert:latest environment: - SERVICE_FQDN_VERT_80 - - PUB_HOSTNAME=${SERVICE_FQDN_VERT_80} + - PUB_VERT_URL=${SERVICE_FQDN_VERT_80} + - PUB_HOSTNAME=${SERVICE_URL_VERT_80} + - PUB_PORT=80 - PUB_ENV=production