Skip to content

Commit

Permalink
feat: remove jaeger and mailslurper from base docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <github@iverly.net>
  • Loading branch information
iverly committed Nov 28, 2023
1 parent 641158c commit 9a348ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,3 @@ services:
- ./scripts/keto/init.sh:/init.sh
depends_on:
- keto

# tracing
jaeger:
image: jaegertracing/all-in-one:1.19.2
restart: unless-stopped

# mailing
mailslurper:
image: oryd/mailslurper:latest-smtps
restart: unless-stopped
ports:
- 4437:4437 # api port cannot be changed :(
9 changes: 9 additions & 0 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,16 @@ services:

# tracing
jaeger:
image: jaegertracing/all-in-one:1.19.2
container_name: dev-jaeger
restart: unless-stopped

# mailing
mailslurper:
image: oryd/mailslurper:latest-smtps
restart: unless-stopped
ports:
- 4437:4437 # api port cannot be changed :(

# api-proxy (other services can access the api)
api:
Expand Down

0 comments on commit 9a348ba

Please sign in to comment.