Skip to content

Commit

Permalink
fix: sorobix-api-rs redis dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hemanth Krishna <hkpdev008@gmail.com>
  • Loading branch information
DarthBenro008 committed Jun 7, 2023
1 parent 1203f92 commit 2a8dfbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ services:
sorobix-api-rs:
image: "sorobix-api-rs:latest"
container_name: "sorobix-api-rs"
environment:
- REDIS=redis:6379
labels:
- "traefik.enable=true"
- traefik.http.routers.whoami.rule=Host(`backend.sorobix.xyz`) && PathPrefix(`/api`)
- "traefik.http.routers.whoami.entrypoints=websecure"
- "traefik.http.routers.whoami.tls=true"
- "traefik.http.routers.whoami.tls.certresolver=le"
depends_on:
- redis

sorobix-formatter:
image: "wasm-handler:latest"
Expand Down

0 comments on commit 2a8dfbf

Please sign in to comment.