version: '3.3' services: pictrs: image: asonix/pictrs:latest restart: always volumes: - ./volumes/pictrs:/mnt pictrs-admin: image: asonix/pictrs-admin:0.1 ports: - "8084:8084" restart: always environment: - PICTRS_ADMIN__BIND_ADDRESS=0.0.0.0:8084 - PICTRS_ADMIN__PICTRS_ENDPOINT=http://pictrs:8080 - PICTRS_ADMIN__PICTRS_API_KEY=api-key