Compare commits

...

2 Commits

Author SHA1 Message Date
b066ef22b4
Merge pull request 'add adminer to docker compose stack' (!19) from feature/add-adminer into master
All checks were successful
rvr-nextgen/pipeline/head This commit looks good
Reviewed-on: #19
2023-04-16 14:24:02 +02:00
08767d1d59
add adminer to docker compose stack
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-16 14:21:19 +02:00

View File

@ -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: