add adminer to docker compose stack
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
This commit is contained in:
parent
46404a9d7b
commit
08767d1d59
@ -19,6 +19,12 @@ services:
|
|||||||
MYSQL_DATABASE: 'rvr'
|
MYSQL_DATABASE: 'rvr'
|
||||||
MYSQL_USER: 'rvr'
|
MYSQL_USER: 'rvr'
|
||||||
MYSQL_PASSWORD: 'rvr'
|
MYSQL_PASSWORD: 'rvr'
|
||||||
|
adminer:
|
||||||
|
image: adminer:4.8.1-standalone
|
||||||
|
ports:
|
||||||
|
- 9090:8080
|
||||||
|
environment:
|
||||||
|
- ADMINER_DEFAULT_SERVER=mariadb
|
||||||
mail:
|
mail:
|
||||||
image: marcopas/docker-mailslurper:latest
|
image: marcopas/docker-mailslurper:latest
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user