Skip to content

Commit

Permalink
chore: コンテナの環境変数についてメモ
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Apr 6, 2024
1 parent f33c5a9 commit b562d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ services:
image: ghcr.io/su-its/typing-app:dev
ports:
- "3000:3000"
# TODO: NEXT_PUBLIC_ を使わなくなるならこのコメントアウトを外して
# イメージビルド時ではなくコンテナ起動時に環境変数をセットするように
# environment:
# API_URL: http://api:8080
api:
image: ghcr.io/su-its/typing-server:dev
depends_on:
Expand Down

0 comments on commit b562d67

Please sign in to comment.