chore: replaced the key plane-enterprise to plane (#185)

This commit is contained in:
Bavisetti Narayan
2024-04-30 17:08:12 +05:30
committed by GitHub
parent b9cc6740cf
commit 9bb3172bcd
2 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ x-app-env: &app-env
services:
web:
<<: *app-env
image: registry.plane.tools/plane-enterprise/web-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION}
restart: unless-stopped
command: /usr/local/bin/start.sh web/server.js web
deploy:
@@ -59,7 +59,7 @@ services:
space:
<<: *app-env
image: registry.plane.tools/plane-enterprise/space-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/space-enterprise:${APP_RELEASE_VERSION}
restart: unless-stopped
command: /usr/local/bin/start.sh space/server.js space
deploy:
@@ -71,7 +71,7 @@ services:
api:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
restart: unless-stopped
command: ./bin/takeoff
deploy:
@@ -84,7 +84,7 @@ services:
worker:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
restart: unless-stopped
command: ./bin/worker
# volumes:
@@ -96,7 +96,7 @@ services:
beat-worker:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
restart: unless-stopped
command: ./bin/beat
# volumes:
@@ -108,7 +108,7 @@ services:
migrator:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
restart: no
command: >
sh -c "python manage.py wait_for_db &&

View File

@@ -39,7 +39,7 @@ x-app-env: &app-env
services:
web:
<<: *app-env
image: registry.plane.tools/plane-enterprise/web-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
command: /usr/local/bin/start.sh web/server.js web
@@ -51,7 +51,7 @@ services:
space:
<<: *app-env
image: registry.plane.tools/plane-enterprise/space-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/space-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
command: /usr/local/bin/start.sh space/server.js space
@@ -64,7 +64,7 @@ services:
api:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
command: ./bin/takeoff
@@ -78,7 +78,7 @@ services:
worker:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
command: ./bin/worker
@@ -91,7 +91,7 @@ services:
beat-worker:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
command: ./bin/beat
@@ -104,7 +104,7 @@ services:
migrator:
<<: *app-env
image: registry.plane.tools/plane-enterprise/backend-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: no
command: >
@@ -145,7 +145,7 @@ services:
# Comment this if you already have a reverse proxy running
proxy:
<<: *app-env
image: registry.plane.tools/plane-enterprise/proxy-enterprise:${APP_RELEASE_VERSION}
image: registry.plane.tools/plane/proxy-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: unless-stopped
ports: