Skip to content

Commit

Permalink
fix: use catalog url
Browse files Browse the repository at this point in the history
When built and running a docker container, Backstage cannot see other files in the monorepo.

Signed-off-by: OurchitectureIO <[email protected]>
  • Loading branch information
ourchitectureio committed Mar 13, 2024
1 parent a509405 commit d20b9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systems/dev/backstage/ourstage/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ catalog:
# typically `packages/backend`.
locations:
# Ourchitecture entities catalog.
- type: file
target: ../../../catalog/catalog-info.yaml
- type: url
target: https://github.com/ourchitecture/monorepo/blob/main/src/systems/dev/backstage/catalog/catalog-info.yaml

# Ourstage entities catalog.
- type: file
Expand Down

0 comments on commit d20b9b1

Please sign in to comment.