Skip to content

Commit d4f574a

Browse files
authored
Merge pull request #2900 from Dokploy/2777-bug-report-environment-variables-not-loaded-in-docker-compose-raw-mode
2777 bug report environment variables not loaded in docker compose raw mode
2 parents 25a6a5b + 07368ff commit d4f574a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const ComposeFileEditor = ({ composeId }: Props) => {
7474
await mutateAsync({
7575
composeId,
7676
composeFile: data.composeFile,
77+
composePath: "./docker-compose.yml",
7778
sourceType: "raw",
7879
})
7980
.then(async () => {

packages/server/src/db/schema/compose.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { gitea } from "./gitea";
1212
import { github } from "./github";
1313
import { gitlab } from "./gitlab";
1414
import { mounts } from "./mount";
15-
import { projects } from "./project";
1615
import { schedules } from "./schedule";
1716
import { server } from "./server";
1817
import { applicationStatus, triggerType } from "./shared";

0 commit comments

Comments
 (0)