Skip to content

Commit

Permalink
style: remove service
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Jan 6, 2024
1 parent 3247664 commit 4bccaa5
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,6 @@ services:
- 6379:6379
networks:
- internal
aggregator:
container_name: hdx-ci-aggregator
build:
context: .
dockerfile: ./packages/api/Dockerfile
target: dev
ports:
- 8001:8001
environment:
APP_TYPE: 'aggregator'
CLICKHOUSE_HOST: http://ch_server:8123
CLICKHOUSE_PASSWORD: aggregator
CLICKHOUSE_USER: aggregator
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
MONGO_URI: 'mongodb://db:29999/hyperdx-test'
NODE_ENV: ci
PORT: 8001
REDIS_URL: redis://redis:6379
volumes:
- ./packages/api/src:/app/src
networks:
- internal
depends_on:
- ch_server
- db
- redis
api:
build:
context: .
Expand All @@ -82,7 +56,6 @@ services:
networks:
- internal
depends_on:
- aggregator
- ch_server
- db
- redis
Expand Down

0 comments on commit 4bccaa5

Please sign in to comment.