mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 23:31:48 +03:00
fix: use the latest docker service (#1711)
This commit is contained in:
parent
1f005bba9b
commit
c9ea53c2d5
4
.github/workflows/build-master.yml
vendored
4
.github/workflows/build-master.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
needs: build-frontend
|
needs: build-frontend
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
needs: build-frontend
|
needs: build-frontend
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
@ -274,7 +274,7 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
|
@ -42,8 +42,8 @@ yarn install
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Run OctoBase container in background
|
# Run OctoBase container in background
|
||||||
docker pull ghcr.io/toeverything/cloud:nightly-latest
|
docker pull ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
docker run --env=SIGN_KEY=test123 --env=RUST_LOG=debug --env=JWST_DEV=1 --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --workdir=/app -p 3000:3000 --runtime=runc -d ghcr.io/toeverything/cloud:nightly-latest
|
docker run --env=SIGN_KEY=test123 --env=RUST_LOG=debug --env=JWST_DEV=1 --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --workdir=/app -p 3000:3000 --runtime=runc -d ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user