mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: format
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
// EXAMPLE
|
// EXAMPLE
|
||||||
import {
|
import {
|
||||||
|
type Schema,
|
||||||
|
type Template,
|
||||||
generateHash,
|
generateHash,
|
||||||
generateRandomDomain,
|
generateRandomDomain,
|
||||||
type Template,
|
|
||||||
type Schema,
|
|
||||||
} from "../utils";
|
} from "../utils";
|
||||||
|
|
||||||
export function generate(schema: Schema): Template {
|
export function generate(schema: Schema): Template {
|
||||||
@@ -13,7 +13,7 @@ export function generate(schema: Schema): Template {
|
|||||||
const envs = [
|
const envs = [
|
||||||
`JELLYFIN_HOST=${randomDomain}`,
|
`JELLYFIN_HOST=${randomDomain}`,
|
||||||
`HASH=${mainServiceHash}`,
|
`HASH=${mainServiceHash}`,
|
||||||
`JELLYFIN_PORT=${port}`
|
`JELLYFIN_PORT=${port}`,
|
||||||
];
|
];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user