We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe10f64 commit ea18b5fCopy full SHA for ea18b5f
deploy/cli-install/coolify-compose.yml
@@ -127,7 +127,7 @@ x-live-env: &live-env
127
128
services:
129
admin:
130
- image: makeplane/admin-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
+ image: registry.plane.tools/plane/admin-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
131
command: node admin/server.js admin
132
deploy:
133
replicas: ${ADMIN_REPLICAS:-1}
@@ -138,7 +138,7 @@ services:
138
- web
139
140
web:
141
- image: makeplane/web-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
+ image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
142
command: node web/server.js web
143
144
replicas: ${WEB_REPLICAS:-1}
0 commit comments