5 image: postgres:12-alpine
8 - POSTGRES_PASSWORD=password
11 - ./volumes/postgres:/var/lib/postgresql/data
15 image: dessalines/lemmy:0.9.0-rc.7
17 - "127.0.0.1:8536:8536"
22 - ./lemmy.hjson:/config/config.hjson
29 image: dessalines/lemmy-ui:0.9.0-rc.7
34 - LEMMY_INTERNAL_HOST=lemmy:8536
35 - LEMMY_EXTERNAL_HOST=localhost:8536
41 image: asonix/pictrs:v0.2.5-r0
43 - "127.0.0.1:8537:8080"
46 - ./volumes/pictrs:/mnt
50 image: dogbin/iframely:latest
54 - ./iframely.config.local.js:/iframely/config.local.js:ro