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

@@ -1,3 +1,6 @@
WOODPECKER_PORT=1338
REBUILD_PORT=1339
WOODPECKER_HOST=https://ci.zuredomeinua.eus
WOODPECKER_AGENT_SECRET=super-secret
WOODPECKER_GITEA_URL=https://git.fosil.eu
@@ -6,3 +9,5 @@ WOODPECKER_GITEA_SECRET=mobida-sekretua
WOODPECKER_TOKEN=zure-tokena
WEBHOOK_SECRET=yyyyyyyyy
ASTRO_DIST_PATH=/var/fosil/laba/front/dist

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}