Skip to content

Commit

Permalink
revert webpacker container (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta authored Aug 18, 2024
1 parent e9e446c commit 25a8e8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker-compose.override.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ x-app: &app
restart: always

services:
webpacker:
<<: *app
environment:
- NODE_ENV=development
- WEBPACKER_DEV_SERVER_HOST=127.0.0.1
command: ./bin/webpack-dev-server
ports:
- 127.0.0.1:3035:3035
profiles:
- develop

minio:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
volumes:
Expand Down
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ services:
<<: *app
command: bundle exec rake solid_queue:start

webpacker:
<<: *app
environment:
- NODE_ENV=development
- WEBPACKER_DEV_SERVER_HOST=127.0.0.1
command: ./bin/webpack-dev-server
ports:
- 127.0.0.1:3035:3035
profiles:
- develop

solr:
image: solr:8
expose:
Expand Down

0 comments on commit 25a8e8c

Please sign in to comment.