diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 4a46378..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -services: - microsite: - build: - context: . - dockerfile: Dockerfile - image: resilience-microsite:latest - container_name: resilience-microsite - ports: - - "8080:80" - restart: unless-stopped - healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost/"] - interval: 30s - timeout: 3s - retries: 3 - start_period: 5s