Skip to content

Commit

Permalink
fix(CreCo): Fix naming of volume fields in template
Browse files Browse the repository at this point in the history
  • Loading branch information
flamestro committed May 25, 2024
1 parent f73f466 commit dc7f444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class RedisService extends Service {
},
},
restart: 'always',
volumes: [{ origin: '/example', destination: props.volume }],
volumes: [{ containerLocation: '/example', hostLocation: props.volume }],
networks: [props.network],
});
}
Expand Down
8 changes: 4 additions & 4 deletions packages/create-composition/src/template/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.1.tgz#de559d4b33be9a808fd43372ccee822c70f39704"
integrity sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==

compose-as-code@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/compose-as-code/-/compose-as-code-1.5.0.tgz#490bb1d7cfe8f51254b0a421db25b80c624bd28b"
integrity sha512-oTTrlBnVs5nE9OIVMcRojcTEm2BSUsmmzSEe77IWGMUk499gwE6/TjjUxnzi6epLVvygUqUsrPKKUzTxh3/3oA==
compose-as-code@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/compose-as-code/-/compose-as-code-1.6.1.tgz#74c46b78ed1ec3318bd0524d2a2b1f5f1dd1ee6d"
integrity sha512-yMNklHrFuJwW1tRxpJ8bYegHJQ/mb1CKgenNsFt+OFreISVvOJdwPx809WHO94x3jn7Xj0Sd8gPlpp6syFiiWQ==
dependencies:
"@types/node" "^20.2.1"
esbuild "^0.17.19"
Expand Down

0 comments on commit dc7f444

Please sign in to comment.