Skip to content

Commit

Permalink
Merge pull request #1218 from ictsc/remove-adminer
Browse files Browse the repository at this point in the history
feat: remove adminer service from compose file
  • Loading branch information
tosuke authored Feb 9, 2025
2 parents c9d97d1 + 20d7a8c commit ad2bf8d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ services:
POSTGRES_USER: ictsc
POSTGRES_DB: ictscore

adminer:
image: adminer
restart: always
depends_on:
- postgres
ports:
- 8080:8080
jaeger:
image: jaegertracing/all-in-one
ports:
Expand Down

0 comments on commit ad2bf8d

Please sign in to comment.