## 概要 [Task3696: ツールの雛形作成](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3696) - DevContainerを追加 ## レビューポイント - 特になし ## 動作確認状況 - ローカルで確認
19 lines
421 B
YAML
19 lines
421 B
YAML
version: "3"
|
|
|
|
services:
|
|
server:
|
|
env_file: ../.env
|
|
build: .
|
|
working_dir: /app/data_migration_tools/server
|
|
ports:
|
|
- "127.0.0.1:8280:8280"
|
|
volumes:
|
|
- ../../../:/app
|
|
- data_migration_tools_server_node_modules:/app/data_migration_tools/server/node_modules
|
|
expose:
|
|
- "8280"
|
|
environment:
|
|
- CHOKIDAR_USEPOLLING=true
|
|
volumes:
|
|
data_migration_tools_server_node_modules:
|