mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Fixing docker-compose to rely on pictrs
This commit is contained in:
parent
1fa7d17e35
commit
186e261fc0
2 changed files with 2 additions and 1 deletions
1
docker/dev/docker-compose.yml
vendored
1
docker/dev/docker-compose.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
2
docker/prod/docker-compose.yml
vendored
2
docker/prod/docker-compose.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue