File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
- pnpm-store:/codepod/.pnpm-store
18
18
command : sh -c "corepack enable && pnpm install && echo '=== Setup Finished, idling ===' && tail -f /dev/null"
19
19
20
- desktop- api :
20
+ api :
21
21
image : node:18
22
22
working_dir : /codepod/apps/desktop-api
23
23
ports :
@@ -28,7 +28,7 @@ services:
28
28
- pnpm-store:/codepod/.pnpm-store
29
29
command : sh -c "corepack enable && pnpm dev"
30
30
31
- desktop- yjs :
31
+ yjs :
32
32
image : node:18
33
33
working_dir : /codepod/apps/desktop-yjs
34
34
ports :
@@ -40,7 +40,7 @@ services:
40
40
- /var/run/docker.sock:/var/run/docker.sock
41
41
command : sh -c "corepack enable && pnpm dev"
42
42
43
- desktop- ui :
43
+ ui :
44
44
image : node:18
45
45
working_dir : /codepod/apps/desktop-ui
46
46
ports :
Original file line number Diff line number Diff line change 1
- COMPOSE_PROJECT_NAME = mydev
1
+ # COMPOSE_PROJECT_NAME=mystackname
2
2
3
3
POSTGRES_USER = myuser
4
4
POSTGRES_PASSWORD = mypassword
File renamed without changes.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
41
41
environment :
42
42
DATABASE_URL : " postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?schema=public"
43
43
44
- web- api :
44
+ api :
45
45
image : node:18
46
46
working_dir : /codepod/apps/web-api
47
47
ports :
@@ -69,7 +69,7 @@ services:
69
69
environment :
70
70
KERNEL_TTL : " 43200000"
71
71
LOOP_INTERVAL : " 60000"
72
- YJS_WS_URL : " ws://web- yjs:4233/socket"
72
+ YJS_WS_URL : " ws://yjs:4233/socket"
73
73
JWT_SECRET : ${JWT_SECRET}
74
74
75
75
spawner-docker :
@@ -101,10 +101,10 @@ services:
101
101
WS_RUNTIME_IMAGE : " lihebi/codepod-runtime:0.4.13-alpha.49"
102
102
# spawner need to add routes to proxy server
103
103
# PROXY_API_URL: "http://proxy:4011/graphql"
104
- YJS_WS_URL : " ws://web- yjs:4233/socket"
104
+ YJS_WS_URL : " ws://yjs:4233/socket"
105
105
JWT_SECRET : ${JWT_SECRET}
106
106
107
- web- yjs :
107
+ yjs :
108
108
image : node:18
109
109
working_dir : /codepod/apps/web-yjs
110
110
ports :
@@ -118,7 +118,7 @@ services:
118
118
DATABASE_URL : " postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?schema=public"
119
119
JWT_SECRET : ${JWT_SECRET}
120
120
121
- web- ui :
121
+ ui :
122
122
image : node:18
123
123
working_dir : /codepod/apps/web-ui
124
124
ports :
You can’t perform that action at this time.
0 commit comments