diff --git a/zima1/it-tools/docker-compose.yml b/zima1/it-tools/docker-compose.yml new file mode 100644 index 0000000..14c4840 --- /dev/null +++ b/zima1/it-tools/docker-compose.yml @@ -0,0 +1,10 @@ +services: + it-tools: + image: corentinth/it-tools:latest + ports: + - 8080:80 + restart: unless-stopped + container_name: it-tools +networks: + npm_default: + external: true \ No newline at end of file