chore: Fosil azpiegituran sartzeko prestatzen du

This commit is contained in:
2026-06-17 13:28:03 +02:00
parent 863c46bb05
commit 3160ea20c3
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ services:
image: woodpeckerci/woodpecker-server:v3
restart: unless-stopped
ports:
- 8000:8000
- "${WOODPECKER_PORT}:8000"
volumes:
- woodpecker-server-data:/var/lib/woodpecker/
environment:
@@ -42,7 +42,7 @@ services:
build: ./rebuild-hook
restart: unless-stopped
ports:
- 3000:3000
- "${REBUILD_PORT}:3000"
environment:
PORT: 3000
WOODPECKER_URL: http://woodpecker-server:8000
@@ -55,3 +55,8 @@ volumes:
woodpecker-agent-config:
astro-dist:
name: astro-dist
driver: local
driver_opts:
type: none
o: bind
device: ${ASTRO_DIST_PATH}