Compare commits
2 Commits
b8c4da49d6
...
339cc56180
Author | SHA1 | Date | |
---|---|---|---|
339cc56180 | |||
ceb83047b1 |
@ -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:
|
||||||
@ -282,7 +283,7 @@ services:
|
|||||||
|
|
||||||
# postgres
|
# postgres
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10
|
image: postgres:13
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
@ -362,3 +363,10 @@ services:
|
|||||||
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