Skip to content

Commit

Permalink
save solutions in redis
Browse files Browse the repository at this point in the history
  • Loading branch information
appad committed Mar 10, 2024
1 parent f3ddb3d commit 5206e7e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.grpc.only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
grpc-server:
image: ghcr.io/apoorva64/eternity2/api:latest
ports:
- "50051:50051"
build:
context: .
dockerfile: api/Dockerfile
env_file: .env

envoy:
image: ghcr.io/apoorva64/eternity2/envoy:latest
build:
context: envoy
ports:
- '50052:50052'

0 comments on commit 5206e7e

Please sign in to comment.