Fixing docker-compose to rely on pictrs

This commit is contained in:
Dessalines 2020-06-22 12:53:39 -04:00
parent 1fa7d17e35
commit 186e261fc0
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ services:
volumes: volumes:
- ../lemmy.hjson:/config/config.hjson - ../lemmy.hjson:/config/config.hjson
depends_on: depends_on:
- pictrs
- postgres - postgres
- iframely - iframely

View file

@ -22,7 +22,7 @@ services:
- ./lemmy.hjson:/config/config.hjson - ./lemmy.hjson:/config/config.hjson
depends_on: depends_on:
- postgres - postgres
- pictshare - pictrs
- iframely - iframely
pictrs: pictrs: