Avoid db-postgres-hammer to full the disk with logs
This commit is contained in:
parent
c4abd5b04a
commit
214367dbbb
|
@ -149,6 +149,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./run_database_hammer.sh:/opt/run_database_hammer.sh:Z
|
- ./run_database_hammer.sh:/opt/run_database_hammer.sh:Z
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
|
logging:
|
||||||
|
driver: none
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 10
|
replicas: 10
|
||||||
|
|
Loading…
Reference in New Issue