mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: update README.md (#3556)
* chore: update README.md * ci: update workflows * chore: update README.md
This commit is contained in:
parent
28e9fa4290
commit
5ebc51500c
3 changed files with 4 additions and 6 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=raw,enable=${{ startsWith(github.ref, 'refs/tags/v') }},value=prerelease
|
|
||||||
type=sha
|
type=sha
|
||||||
type=edge
|
type=edge
|
||||||
|
|
||||||
|
|
|
@ -7,11 +7,10 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Logto is going to launch Cloud (Preview) and OSS General Availability on <a href="https://www.producthunt.com/products/logto" target="_blank">Product Hunt</a>!<br/>
|
Logto has launched Cloud (Preview) and OSS General Availability on <a href="https://www.producthunt.com/posts/logto-cloud-preview" target="_blank">Product Hunt</a>.<br/>
|
||||||
Click the “Notify me” button on the page in order to receive a notification when our launch is live.
|
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
😊 See you on the cloud!
|
😊 Come and support us! We'll see you on the cloud.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -66,7 +65,7 @@ Docker Compose CLI usually comes with [Docker Desktop](https://www.docker.com/pr
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | \
|
curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | \
|
||||||
TAG=prerelease docker compose -p logto -f - up
|
docker compose -p logto -f - up
|
||||||
```
|
```
|
||||||
|
|
||||||
#### npm-init
|
#### npm-init
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
app:
|
app:
|
||||||
depends_on:
|
depends_on:
|
||||||
- "postgres"
|
- "postgres"
|
||||||
image: registry.uffizzi.com/logto-io/logto:prerelease
|
image: registry.uffizzi.com/logto-io/logto:latest
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue