feat(service): Add Vert service (#5663)
This commit is contained in:
parent
6e28ec40bc
commit
08a1620244
2 changed files with 13 additions and 0 deletions
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
|
||||
Loading…
Reference in a new issue