Fixed WOODPECKER_HOST variable

master
Jef Roosens 2021-12-29 20:48:32 +01:00
parent a186d9d003
commit 609e149b17
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
environment:
- 'WOODPECKER_OPEN=true'
- 'WOODPECKER_HOST=ci.rustybever.be'
- 'WOODPECKER_HOST=https://ci.rustybever.be'
- 'WOODPECKER_DATABASE_DRIVER=postgres'
- 'WOODPECKER_DATABASE_DATASOURCE=postgres://woodpecker:woodpecker@db:5432/woodpecker?sslmode=disable'
- 'WOODPECKER_AGENT_SECRET_FILE=/run/secrets/woodpecker_agent_secret'