mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 16:34:01 +00:00
Add Lemmy Lite to docker-compose
This commit is contained in:
parent
dd99e77881
commit
a689619f62
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ services:
|
||||||
- LEMMY_HTTPS=false
|
- LEMMY_HTTPS=false
|
||||||
depends_on:
|
depends_on:
|
||||||
- lemmy
|
- lemmy
|
||||||
|
lemmy-lite:
|
||||||
|
image: lemmy-lite
|
||||||
|
ports:
|
||||||
|
- "1132:1131"
|
||||||
|
depends_on:
|
||||||
|
- lemmy
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
|
Loading…
Reference in a new issue