Add adminer
This commit is contained in:
parent
ceb83047b1
commit
339cc56180
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user