Skip to content

Commit cd8c695

Browse files
committed
docker-compose.yml変更Revert/frontendのpackage-lock.jsonを更新
1 parent 991397f commit cd8c695

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

server/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ services:
3333
retries: 10
3434
builder:
3535
container_name: wsnet2-builder
36-
platform: linux/amd64
3736
build: .
3837
image: wsnet2-arelo
3938
volumes:
@@ -42,7 +41,6 @@ services:
4241
command: bash -c 'make install-deps; arelo -p "**/*.{go,proto}" -i "**/.*" -i "**/*{_test,_string,.pb}.go" -i "cmd/wsnet2-{bot,tool}" -- make build'
4342
game:
4443
container_name: wsnet2-game
45-
platform: linux/amd64
4644
depends_on:
4745
- db
4846
build: .
@@ -64,7 +62,6 @@ services:
6462
- 3000:3000
6563
hub:
6664
container_name: wsnet2-hub
67-
platform: linux/amd64
6865
depends_on:
6966
- db
7067
- game
@@ -87,7 +84,6 @@ services:
8784
- 3010:3000
8885
lobby:
8986
container_name: wsnet2-lobby
90-
platform: linux/amd64
9187
depends_on:
9288
- db
9389
build: .

wsnet2-dashboard/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
- 8081:80
2323
backend:
2424
container_name: wsnet2-dashboard-backend
25-
platform: linux/amd64
2625
build: ../wsnet2-dashboard/backend
2726
image: wsnet2-dashboard-backend
2827
env_file:

wsnet2-dashboard/frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)