Skip to content

Commit

Permalink
[Release] change docker to v2.0.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Dec 15, 2023
1 parent 990b53f commit fee2451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/deploy/scaleph/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
services:

scaleph-api:
image: ghcr.io/flowerfine/scaleph/scaleph-api:latest
image: ghcr.io/flowerfine/scaleph/scaleph-api:v2.0.0
container_name: scaleph-api
depends_on:
mysql:
Expand All @@ -39,7 +39,7 @@ services:
- scaleph

scaleph-ui-react:
image: ghcr.io/flowerfine/scaleph/scaleph-ui-react:latest
image: ghcr.io/flowerfine/scaleph/scaleph-ui-react:v2.0.0
container_name: scaleph-ui-react
depends_on:
scaleph-api:
Expand All @@ -52,7 +52,7 @@ services:
- scaleph

mysql:
image: ghcr.io/flowerfine/scaleph/mysql:latest
image: ghcr.io/flowerfine/scaleph/mysql:v2.0.0
container_name: mysql
environment:
- TZ=Asia/Shanghai
Expand Down

0 comments on commit fee2451

Please sign in to comment.