Skip to content

Commit

Permalink
New Relic 用の環境変数を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzujoe committed Jul 4, 2022
1 parent 6d2d26e commit 92ff55e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions development/backend-go/dev.dockerfile
Expand Up @@ -20,6 +20,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
COPY webapp/go/go.mod .
COPY webapp/go/go.sum .

RUN go mod tidy
RUN go mod download

COPY webapp/public /webapp/public
2 changes: 2 additions & 0 deletions development/docker-compose-bench.yml
Expand Up @@ -12,6 +12,8 @@ services:
MYSQL_USER: isucon
MYSQL_PASS: isucon
POST_ISUCONDITION_TARGET_BASE_URL: "http://isucondition-1.t.isucon.dev:3000"
NEW_RELIC_APP_NAME: "isucon-golang-app"
NEW_RELIC_LICENSE_KEY: "<set-your-license-key>"
entrypoint: dockerize -wait tcp://mysql-backend:3306 -timeout 60s
command: air -c /development/air.toml
ports:
Expand Down

0 comments on commit 92ff55e

Please sign in to comment.