Skip to content

Commit

Permalink
contigency: bring back sorobix-formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Hemanth Krishna <hkpdev008@gmail.com>
  • Loading branch information
DarthBenro008 committed Jul 12, 2023
1 parent 2a8dfbf commit b442603
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
depends_on:
- redis

sorobix-formatter:
wasm-handler:
image: "wasm-handler:latest"
container_name: "wasm-handler"
environment:
Expand All @@ -54,9 +54,18 @@ services:
- REDIS_KEY_LIFETIME=1h
labels:
- "traefik.enable=true"
- traefik.http.routers.formatter.rule=Host(`backend.sorobix.xyz`) && PathPrefix(`/ws`)
- traefik.http.routers.handler.rule=Host(`backend.sorobix.xyz`) && PathPrefix(`/ws`)
- "traefik.http.routers.handler.entrypoints=websecure"
- "traefik.http.routers.handler.tls=true"
- "traefik.http.routers.handler.tls.certresolver=le"
depends_on:
- redis
sorobix-formatter:
image: "sorobix-formatter:latest"
container_name: "sorobix-formatter"
labels:
- "traefik.enable=true"
- traefik.http.routers.formatter.rule=Host(`backend.sorobix.xyz`) && PathPrefix(`/formatter`)
- "traefik.http.routers.formatter.entrypoints=websecure"
- "traefik.http.routers.formatter.tls=true"
- "traefik.http.routers.formatter.tls.certresolver=le"
depends_on:
- redis

0 comments on commit b442603

Please sign in to comment.