Expose pict-rs console port

This commit is contained in:
Aode (lion) 2021-12-19 15:04:20 -06:00 committed by Aode (Lion)
parent ed9c9e2996
commit 4270c33e50
2 changed files with 5 additions and 2 deletions

View file

@ -51,10 +51,12 @@ services:
restart: always
pictrs:
image: asonix/pictrs:0.3.0-beta.11
image: asonix/pictrs:0.3.0-beta.12
user: 991:991
environment:
- PICTRS_OPENTELEMETRY_URL=http://otel:4137
ports:
- "6670:6669"
volumes:
- ./volumes/pictrs:/mnt
restart: always

View file

@ -38,9 +38,10 @@ services:
- lemmy
pictrs:
image: asonix/pictrs:0.3.0-beta.11
image: asonix/pictrs:0.3.0-beta.12
ports:
- "127.0.0.1:8537:8080"
- "127.0.0.1:6670:6669"
user: 991:991
volumes:
- ./volumes/pictrs:/mnt