Skip to content

Commit

Permalink
fix(docker-compose): use web-modeler public images (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid authored Jan 16, 2025
1 parent d78931d commit de061da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

modeler-websockets:
container_name: modeler-websockets
image: registry.camunda.cloud/web-modeler-ee/modeler-websockets:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-websockets:${CAMUNDA_WEB_MODELER_VERSION}
ports:
- "8060:8060"
healthcheck:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
# Modeler containers
modeler-restapi:
container_name: modeler-restapi
image: registry.camunda.cloud/web-modeler-ee/modeler-restapi:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-restapi:${CAMUNDA_WEB_MODELER_VERSION}
command: /bin/sh -c "java $JAVA_OPTIONS org.springframework.boot.loader.JarLauncher"
depends_on:
modeler-db:
Expand Down Expand Up @@ -111,7 +111,7 @@ services:

modeler-webapp:
container_name: modeler-webapp
image: registry.camunda.cloud/web-modeler-ee/modeler-webapp:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-webapp:${CAMUNDA_WEB_MODELER_VERSION}
ports:
- "8070:8070"
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

modeler-websockets:
container_name: modeler-websockets
image: registry.camunda.cloud/web-modeler-ee/modeler-websockets:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-websockets:${CAMUNDA_WEB_MODELER_VERSION}
ports:
- "8060:8060"
healthcheck:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
# Modeler containers
modeler-restapi:
container_name: modeler-restapi
image: registry.camunda.cloud/web-modeler-ee/modeler-restapi:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-restapi:${CAMUNDA_WEB_MODELER_VERSION}
command: /bin/sh -c "java $JAVA_OPTIONS org.springframework.boot.loader.JarLauncher"
depends_on:
modeler-db:
Expand Down Expand Up @@ -111,7 +111,7 @@ services:

modeler-webapp:
container_name: modeler-webapp
image: registry.camunda.cloud/web-modeler-ee/modeler-webapp:${CAMUNDA_WEB_MODELER_VERSION}
image: camunda/web-modeler-webapp:${CAMUNDA_WEB_MODELER_VERSION}
ports:
- "8070:8070"
depends_on:
Expand Down

0 comments on commit de061da

Please sign in to comment.