commit 39d308e191d68d75846cf5957a81931e7cc94745 Author: Travis Herbranson Date: Fri May 22 15:58:24 2026 -0400 init commit to create the project diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..65bea0f --- /dev/null +++ b/compose.yml @@ -0,0 +1,7 @@ +services: + it-tools: + image: corentinth/it-tools:latest + container_name: it-tools + restart: unless-stopped + ports: + - "8078:80"