redir to ci.missing.ninja
This commit is contained in:
parent
9e5ec8153d
commit
1987fac85d
4 changed files with 8 additions and 4 deletions
|
@ -3,4 +3,8 @@ git.mixel.cloud {
|
|||
reverse_proxy 192.168.178.230:3333
|
||||
}
|
||||
|
||||
ssh.git.mixel.cloud {
|
||||
reverse_proxy 192.168.178.230:222
|
||||
}
|
||||
|
||||
# Internal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# External
|
||||
ci.mixel.cloud {
|
||||
reverse_proxy 192.168.178.230:3334
|
||||
redir https://ci.missing.ninja/
|
||||
}
|
||||
|
||||
# Internal
|
|
@ -20,7 +20,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3333:3000"
|
||||
- "222:22"
|
||||
- "222:222"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ services:
|
|||
# Tell it to search for the forgejo instance in the specific docker network
|
||||
- WOODPECKER_BACKEND_DOCKER_NETWORK=forgejo
|
||||
# max tasks per agent
|
||||
- WOODPECKER_MAX_WORKFLOWS=2
|
||||
- WOODPECKER_MAX_WORKFLOWS=1
|
||||
# gRPC settings for security
|
||||
#- WOODPECKER_GRPC_VERIFY=true # default
|
||||
#- WOODPECKER_GRPC_SECURE=true # defaults to false
|
||||
|
@ -64,4 +64,4 @@ volumes:
|
|||
|
||||
networks:
|
||||
forgejo:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Add table
Reference in a new issue