Skip to content

Commit

Permalink
attempt to fix javascript heap out of memory, consistent container na…
Browse files Browse the repository at this point in the history
…me addded to docker compose
  • Loading branch information
Infra1515 committed Nov 14, 2022
1 parent 79f7de9 commit d1717fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.6'
services:
big-dipper-2:
container_name: explorer-v2
build:
context: .
dockerfile: Dockerfile-dev
Expand Down
1 change: 1 addition & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.6'
services:
big-dipper-2:
container_name: explorer-v2
build:
context: .
dockerfile: Dockerfile-prod
Expand Down
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ module.exports = nextTranslate({
});
return config;
},
experimental: {
esmExternals: false,
},
});

0 comments on commit d1717fd

Please sign in to comment.