Skip to content

Commit

Permalink
cleanup docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed May 16, 2020
1 parent 6575167 commit 5a5f9f9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
image: jaegertracing/all-in-one:1.17
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
LOG_LEVEL: DEBUG
LOG_LEVEL: INFO
ports:
- 16686:16686

Expand Down Expand Up @@ -55,11 +55,19 @@ services:
- 9102:9102
- 9095:9095
environment:
COS_ADDRESS: "0.0.0.0"
COS_PORT: 9000
HANDLER_SERVICE_HOST: host.docker.internal
HANDLER_SERVICE_PORT: 8080
TRACE_HOST: tracer
TRACE_PORT: 14268
SERVICE_NAME: "chiefofstate"
NAMELY_ENV: "dev"
TEAM_NAME: "data"
JAVA_OPTS: "-Ddb.default.url=jdbc:postgresql://postgres:5432/postgres -Ddb.default.username=postgres -Ddb.default.password=changeme -Dconfig.resource=docker.conf"
COS_POSTGRES_USER: "postgres"
COS_POSTGRES_PASSWORD: "changeme"
COS_POSTGRES_HOST: "postgres"
COS_POSTGRES_PORT: 5432
COS_POSTGRES_DB: "postgres"
COS_POSTGRES_SCHEMA: "public"
JAVA_OPTS: "-Dconfig.resource=docker.conf"

0 comments on commit 5a5f9f9

Please sign in to comment.