Skip to content

Commit 81dc609

Browse files
fix: remove accidentally added services that triggered warnings
1 parent e0fab23 commit 81dc609

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ services:
134134
ruby:
135135
image: "ruby:${RUBY_VERSION}"
136136
entrypoint: [ "ruby" ]
137-
rustc:
138-
image: "rust:${RUST_VERSION}"
139-
entrypoint: [ "rustc" ]
137+
# rustc:
138+
# image: "rust:${RUST_VERSION}"
139+
# entrypoint: [ "rustc" ]
140140
s3cmd:
141141
build:
142142
context: apps/s3cmd
@@ -149,11 +149,11 @@ services:
149149
AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_ACCESS_KEY:-}"
150150
volumes:
151151
- "${HOME:-}/.dockerized/apps/s3cmd:/root"
152-
semantic-release-cli:
153-
<<: *node
154-
entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
155-
volumes:
156-
- "${HOME:-}/.dockerized/apps/gh:/root"
152+
# semantic-release-cli:
153+
# <<: *node
154+
# entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
155+
# volumes:
156+
# - "${HOME:-}/.dockerized/apps/gh:/root"
157157
swagger-codegen:
158158
image: "swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
159159
tree:

0 commit comments

Comments
 (0)