feat(service): Add Vert service (#5663)
This commit is contained in:
BIN
public/svgs/vert.jpg
Normal file
BIN
public/svgs/vert.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
13
templates/compose/vert.yaml
Normal file
13
templates/compose/vert.yaml
Normal file
@@ -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
|
Reference in New Issue
Block a user