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
|
||||
import {
|
||||
type Schema,
|
||||
type Template,
|
||||
generateHash,
|
||||
generateRandomDomain,
|
||||
type Template,
|
||||
type Schema,
|
||||
} from "../utils";
|
||||
|
||||
export function generate(schema: Schema): Template {
|
||||
@@ -13,7 +13,7 @@ export function generate(schema: Schema): Template {
|
||||
const envs = [
|
||||
`JELLYFIN_HOST=${randomDomain}`,
|
||||
`HASH=${mainServiceHash}`,
|
||||
`JELLYFIN_PORT=${port}`
|
||||
`JELLYFIN_PORT=${port}`,
|
||||
];
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user