Skip to content

Commit

Permalink
feat: 日志记录迁移到 sspeedup
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Jun 13, 2024
1 parent 4406537 commit 7fa2c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:

services:
frontend:
image: jtools-frontend:3.13.0
image: jtools-frontend:3.14.0
container_name: jtools-frontend
build:
dockerfile: Dockerfile.frontend
Expand All @@ -24,7 +24,7 @@ services:
delay: 5s
max_attempts: 3
backend:
image: jtools-backend:3.13.0
image: jtools-backend:3.14.0
container_name: jtools-backend
build:
dockerfile: Dockerfile.backend
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jtools",
"private": true,
"version": "3.13.0",
"version": "3.14.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7fa2c24

Please sign in to comment.