X-Git-Url: http://these/git/?a=blobdiff_plain;f=docker%2Ffederation%2Fdocker-compose.yml;h=585f2b4b56f24af28a0bc9015f9d05389c0218a0;hb=dc94e58cbf7e7de10d97331a3056380a3416e0b0;hp=4379eb386c6b3db44468cb89848e6661e4c8a84d;hpb=fd6a040568239d2e6949394fdc0ce0f7ac70275c;p=lemmy.git 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: