mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 18:41:06 +00:00
Update pictrs-proxy in object-storage dockerfile
This commit is contained in:
parent
8781bc8f28
commit
13afc6a4be
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@ services:
|
|||
- ../../:/opt/app
|
||||
|
||||
pictrs_proxy:
|
||||
image: asonix/pictrs-proxy:latest
|
||||
image: asonix/pictrs-proxy:0.3
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- PICTRS_PROXY_UPSTREAM=http://pictrs:8080
|
||||
- PICTRS_PROXY_OPENTELEMETRY_URL=http://otel:4137
|
||||
|
||||
minio:
|
||||
image: quay.io/minio/minio
|
||||
|
|
Loading…
Reference in a new issue