webp_server_go/tests/jemalloc/docker-compose.yml
2023-05-31 12:51:43 +02:00

14 lines
299 B
YAML

version: '3'
services:
webp:
image: webpsh/webp-server-go
restart: always
environment:
- MALLOC_ARENA_MAX=1
- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
volumes:
- ./pics:/opt/pics
- ./exhaust:/opt/exhaust
ports:
- 127.0.0.1:3333:3333