diff --git a/IT-Tools/docker-compose.yaml b/IT-Tools/docker-compose.yaml new file mode 100644 index 0000000..4388170 --- /dev/null +++ b/IT-Tools/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + it-tools: + container_name: it-tools + image: corentinth/it-tools:latest + ports: + - ${IT_TOOLS_PORT}:80 + restart: unless-stopped \ No newline at end of file