retirado docker compose

main
GuiSantos1367890 1 month ago
parent 75ae0196e3
commit ea5cb95c0d

@ -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
Loading…
Cancel
Save