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
This commit is contained in:
Bence Pőcze 2023-04-16 14:24:02 +02:00 committed by Gitea
commit b066ef22b4
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

View File

@ -19,6 +19,12 @@ services:
MYSQL_DATABASE: 'rvr'
MYSQL_USER: 'rvr'
MYSQL_PASSWORD: 'rvr'
adminer:
image: adminer:4.8.1-standalone
ports:
- 9090:8080
environment:
- ADMINER_DEFAULT_SERVER=mariadb
mail:
image: marcopas/docker-mailslurper:latest
ports: