Skip to content

Commit

Permalink
♻️ upgrade rsc-cache & scale down services to only one instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Jan 2, 2024
1 parent ce3c0c6 commit 6395ff1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/docker-stack.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "8988:3000"
deploy:
replicas: 2
replicas: 1
update_config:
parallelism: 1
delay: 5s
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@rsc-cache/next": "^1.1.0",
"@rsc-cache/next": "^1.1.1",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/react-query": "^5.0.0",
"bright": "^0.8.4",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6395ff1

Please sign in to comment.