Compare commits
2 Commits
b8c4da49d6
...
339cc56180
Author | SHA1 | Date | |
---|---|---|---|
339cc56180 | |||
ceb83047b1 |
@ -19,6 +19,7 @@
|
||||
# 8018: lemmy-ui
|
||||
# 8019: pictrs
|
||||
# 8020: iframely
|
||||
# 8021: adminer
|
||||
|
||||
version: '2.4'
|
||||
services:
|
||||
@ -282,7 +283,7 @@ services:
|
||||
|
||||
# postgres
|
||||
postgres:
|
||||
image: postgres:10
|
||||
image: postgres:13
|
||||
restart: on-failure
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
@ -362,3 +363,10 @@ services:
|
||||
restart: always
|
||||
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