From ccfccb5934316b1af5aa18a0ce749fe43f3c6e2b Mon Sep 17 00:00:00 2001 From: "aitor c. urrutia aranburu" Date: Wed, 17 Jun 2026 13:34:45 +0200 Subject: [PATCH] chore: nginx zerbitzua kentzen du Honekin, zerbitzariaren Nginx-an zentralizatzen da ostatzea --- docker-compose.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 93b514a..61ccf49 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,16 +28,6 @@ services: - WOODPECKER_SERVER=woodpecker-server:9000 - WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET} - WOODPECKER_ADMIN=txarli - astro-web: - image: nginx:alpine - container_name: astro-web - restart: unless-stopped - ports: - - "8765:80" - volumes: - - astro-dist:/usr/share/nginx/html:ro - - ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro - - ./nginx/.htpasswd:/etc/nginx/.htpasswd:ro rebuild-hook: build: ./rebuild-hook restart: unless-stopped