chore: nginx zerbitzua kentzen du

Honekin, zerbitzariaren Nginx-an zentralizatzen da ostatzea
This commit is contained in:
2026-06-17 13:34:45 +02:00
parent 3160ea20c3
commit ccfccb5934

View File

@@ -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