add adminer
This commit is contained in:
parent
d4745c696d
commit
3458b36678
@ -27,3 +27,8 @@ services:
|
||||
- '${NODE_PORT}:3000'
|
||||
depends_on:
|
||||
- database
|
||||
adminer:
|
||||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user