chore: remove adminer from compose stack
Use other tools to connect to the database for developement.
This commit is contained in:
parent
5367bc8d61
commit
d5fcc5d660
|
@ -14,11 +14,6 @@ services:
|
|||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
ports:
|
||||
- 8089:8080
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:management-alpine
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue