diff --git a/it-tools/docker-compose.yml b/it-tools/docker-compose.yml new file mode 100644 index 0000000..2e66baa --- /dev/null +++ b/it-tools/docker-compose.yml @@ -0,0 +1,13 @@ +services: + ittols: + container_name: it-tools + image: corentinth/it-tools + healthcheck: + test: curl -f http://localhost:80/ || exit 1 + mem_limit: 2g + cpu_shares: 768 + security_opt: + - no-new-privileges:true + restart: on-failure:5 + ports: + - 5545:80 \ No newline at end of file