mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
16 lines
No EOL
256 B
YAML
16 lines
No EOL
256 B
YAML
version: '3'
|
|
|
|
services:
|
|
|
|
stress-test:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: stress-test
|
|
network_mode: host
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./output:/app/output
|
|
tty: true
|
|
stdin_open: true |