This commit is contained in:
DomySh
2022-07-22 00:34:57 +02:00
parent 1399d0e22d
commit d8dc5c9f8b
38 changed files with 112 additions and 81 deletions

View File

@@ -54,7 +54,7 @@ services:
network_mode: "host"
environment:
- PORT={args.port}
- NTHREADS={args.thread_per_queue}
- NTHREADS={args.threads}
volumes:
- /execute/db
cap_add:
@@ -79,7 +79,7 @@ services:
- {args.port}:{args.port}
environment:
- PORT={args.port}
- NTHREADS={args.thread_per_queue}
- NTHREADS={args.threads}
volumes:
- /execute/db
cap_add: