Skip to content

Commit

Permalink
fix: hardcoded url
Browse files Browse the repository at this point in the history
  • Loading branch information
matbrgz committed Sep 22, 2023
1 parent 223854c commit 7a11d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/trudesk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function generate(input: Input): Output {
`NODE_ENV=production`,
`TRUDESK_DOCKER=true `,
`TD_MONGODB_SERVER=mongodb://mongo:${mongoPassword}@$(PROJECT_NAME)_${input.databaseServiceName}:27017`,
`ELATICSEARCH_URI=http://elasticsearch:9200`,
`ELATICSEARCH_URI=http://$(PROJECT_NAME)_${input.searchServiceName}:9200`,
].join("\n"),
source: {
type: "image",
Expand Down

0 comments on commit 7a11d13

Please sign in to comment.