Skip to content

Commit 5c34562

Browse files
DuckySoLuckyHydoxlCopilotjani270
authored
bump prod (#141)
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes * feat(stats): add damage stat * refactor: filter out even more errors * fix: give node 8GB ram --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
1 parent bc1b20a commit 5c34562

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ services:
1313
- "./cache:/app/cache"
1414
networks:
1515
- skycrypt-network
16+
environment:
17+
NODE_OPTIONS: "--max-old-space-size=12288"
18+
deploy:
19+
resources:
20+
limits:
21+
memory: 14G
22+
1623
mongo:
1724
image: mongo:latest
1825
restart: unless-stopped

0 commit comments

Comments
 (0)