mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-30 13:20:45 +08:00
build: fix docker setup (#1799)
This commit is contained in:
@@ -133,7 +133,7 @@ jobs:
|
|||||||
needs: [build-frontend, build-storybook]
|
needs: [build-frontend, build-storybook]
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
@@ -194,7 +194,7 @@ jobs:
|
|||||||
needs: build-frontend
|
needs: build-frontend
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
needs: [build, build-storybook]
|
needs: [build, build-storybook]
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
environment: development
|
environment: development
|
||||||
services:
|
services:
|
||||||
octobase:
|
octobase:
|
||||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user