Add adminer

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-03-26 03:50:08 -05:00
parent ceb83047b1
commit 339cc56180

View File

@ -19,6 +19,7 @@
# 8018: lemmy-ui # 8018: lemmy-ui
# 8019: pictrs # 8019: pictrs
# 8020: iframely # 8020: iframely
# 8021: adminer
version: '2.4' version: '2.4'
services: services:
@ -361,3 +362,11 @@ services:
- ./iframely/config.local.js:/iframely/config.local.js:ro - ./iframely/config.local.js:/iframely/config.local.js:ro
restart: always restart: always
mem_limit: 200m mem_limit: 200m
adminer:
image: adminer:latest
ports:
- "127.0.0.1:8021:8080"
links:
- "mariadb:db"
- postgres