Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf6bbec

Browse files
committed
uncomment on chagelog and set a version of localstack image
1 parent 719e9e8 commit cf6bbec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎bin/changelog‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
docker compose run -e CHANGELOG_GITHUB_TOKEN=${CHANGELOG_GITHUB_TOKEN:-""} --workdir="/mqdev" --rm generate-changelog github_changelog_generator --future-release "1ドル" --no-issues --unreleased-only --output "CHANGELOG_FUTURE.md"
1212

13-
#git add CHANGELOG.md && git commit -m "Release 1ドル" -S && git push origin "$CURRENT_BRANCH"
13+
git add CHANGELOG.md && git commit -m "Release 1ドル" -S && git push origin "$CURRENT_BRANCH"

‎docker-compose.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ services:
8383

8484
mysql:
8585
image: mysql:5.7
86+
platform: linux/amd64
8687
environment:
8788
MYSQL_ROOT_PASSWORD: rootpass
8889
MYSQL_DATABASE: mqdev
@@ -127,7 +128,7 @@ services:
127128
- '9090:9090'
128129

129130
localstack:
130-
image: 'localstack/localstack'
131+
image: 'localstack/localstack:3.6.0'
131132
ports:
132133
- "127.0.0.1:4566:4566" # LocalStack Gateway
133134
- "127.0.0.1:4510-4559:4510-4559" # external services port range

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /