Skip to content

Commit

Permalink
Merge pull request #99 from torusresearch:feat/cleanup
Browse files Browse the repository at this point in the history
remove unnecessary code from server
  • Loading branch information
chaitanyapotti authored Jul 12, 2024
2 parents 512e54f + a35d4b4 commit ed664aa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 459 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ REDIS_PORT=6379
REDIS_HOSTNAME=redis

LOG_LEVEL=INFO
INFURA_PROJECT_ID=4efda295156d477f959dcef8ebc33c5f
# Sentry
SENTRY_DSN=
SENTRY_TRACES_SAMPLE_RATE=0.01
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
version: "3"

services:
redis:
restart: always
image: redis:6-alpine
ports:
- 6379:6379
fnd-server:
restart: always
depends_on:
- redis
build:
context: .
dockerfile: Dockerfile.dev
Expand Down
Loading

0 comments on commit ed664aa

Please sign in to comment.