1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-23 22:24:44 +02:00

Adding benchmark results

This commit is contained in:
Patrik J. Braun
2020-12-31 14:26:45 +01:00
parent f6bf64399a
commit 9459dbea60
4 changed files with 208 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
version: '3'
services:
pigallery2:
entrypoint: [ "node", "./benchmark/index", "--config-path=/app/data/config/config.json", "--bm-config-path=/app/data/config/bm_config.json" ]
entrypoint: [ "node", "./benchmark/index", "--config-path=/app/data/config/config.json", "--bm-config-path=/app/data/config/bm_config.json", "--Server-Database-dbFolder=/app/data/db/bm" ]
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment: