summaryrefslogtreecommitdiffstats
path: root/docker/federation/docker-compose.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-06-23 21:11:38 -0400
committerDessalines <tyhou13@gmx.com>2020-06-23 21:11:38 -0400
commitdc94e58cbf7e7de10d97331a3056380a3416e0b0 (patch)
tree85ed25783b0470ead3012a9718aea50b39c940dd /docker/federation/docker-compose.yml
parentfd6a040568239d2e6949394fdc0ce0f7ac70275c (diff)
parent790b944031f9433be765936763d848ffa6e1b496 (diff)
Merge branch 'master' into federation_merge_from_master_2
Diffstat (limited to 'docker/federation/docker-compose.yml')
-rw-r--r--docker/federation/docker-compose.yml27
1 files changed, 15 insertions, 12 deletions
diff --git a/docker/federation/docker-compose.yml b/docker/federation/docker-compose.yml
index 4379eb38..585f2b4b 100644
--- a/docker/federation/docker-compose.yml
+++ b/docker/federation/docker-compose.yml
@@ -12,11 +12,11 @@ services:
- ../federation/nginx.conf:/etc/nginx/nginx.conf
depends_on:
- lemmy_alpha
- - pictshare_alpha
+ - pictrs_alpha
- lemmy_beta
- - pictshare_beta
+ - pictrs_beta
- lemmy_gamma
- - pictshare_gamma
+ - pictrs_gamma
- iframely
restart: "always"
@@ -48,10 +48,11 @@ services:
volumes:
- ./volumes/postgres_alpha:/var/lib/postgresql/data
restart: always
- pictshare_alpha:
- image: shtripok/pictshare:latest
+ pictrs_alpha:
+ image: asonix/pictrs:v0.1.13-r0
+ user: 991:991
volumes:
- - ./volumes/pictshare_alpha:/usr/share/nginx/html/data
+ - ./volumes/pictrs_alpha:/mnt
restart: always
lemmy_beta:
@@ -82,10 +83,11 @@ services:
volumes:
- ./volumes/postgres_beta:/var/lib/postgresql/data
restart: always
- pictshare_beta:
- image: shtripok/pictshare:latest
+ pictrs_beta:
+ image: asonix/pictrs:v0.1.13-r0
+ user: 991:991
volumes:
- - ./volumes/pictshare_beta:/usr/share/nginx/html/data
+ - ./volumes/pictrs_beta:/mnt
restart: always
lemmy_gamma:
@@ -116,10 +118,11 @@ services:
volumes:
- ./volumes/postgres_gamma:/var/lib/postgresql/data
restart: always
- pictshare_gamma:
- image: shtripok/pictshare:latest
+ pictrs_gamma:
+ image: asonix/pictrs:v0.1.13-r0
+ user: 991:991
volumes:
- - ./volumes/pictshare_gamma:/usr/share/nginx/html/data
+ - ./volumes/pictrs_gamma:/mnt
restart: always
iframely: