fix(service): vert logo and ENVs
This commit is contained in:
BIN
public/svgs/vert.png
Normal file
BIN
public/svgs/vert.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
@@ -1,5 +1,5 @@
|
|||||||
# documentation: https://github.com/VERT-sh/VERT
|
# 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
|
# tags: converter,file,documents,files,ffmpeg,wasm
|
||||||
# logo: svgs/vert.png
|
# logo: svgs/vert.png
|
||||||
# port: 80
|
# port: 80
|
||||||
@@ -9,5 +9,7 @@ services:
|
|||||||
image: ghcr.io/vert-sh/vert:latest
|
image: ghcr.io/vert-sh/vert:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_VERT_80
|
- 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
|
- PUB_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user