Compare commits
2 commits
9e5ec8153d
...
87ddf9de21
Author | SHA1 | Date | |
---|---|---|---|
87ddf9de21 | |||
1987fac85d |
5 changed files with 9 additions and 5 deletions
|
@ -5,6 +5,6 @@ RUN xcaddy build \
|
||||||
--with github.com/caddy-dns/porkbun \
|
--with github.com/caddy-dns/porkbun \
|
||||||
--with github.com/mholt/caddy-l4
|
--with github.com/mholt/caddy-l4
|
||||||
|
|
||||||
FROM caddy:2.8.4-alpine
|
FROM caddy:alpine
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
|
@ -3,4 +3,8 @@ git.mixel.cloud {
|
||||||
reverse_proxy 192.168.178.230:3333
|
reverse_proxy 192.168.178.230:3333
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssh.git.mixel.cloud {
|
||||||
|
reverse_proxy 192.168.178.230:222
|
||||||
|
}
|
||||||
|
|
||||||
# Internal
|
# Internal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# External
|
# External
|
||||||
ci.mixel.cloud {
|
ci.mixel.cloud {
|
||||||
reverse_proxy 192.168.178.230:3334
|
redir https://ci.missing.ninja/
|
||||||
}
|
}
|
||||||
|
|
||||||
# Internal
|
# Internal
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3333:3000"
|
- "3333:3000"
|
||||||
- "222:22"
|
- "222:222"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ services:
|
||||||
# Tell it to search for the forgejo instance in the specific docker network
|
# Tell it to search for the forgejo instance in the specific docker network
|
||||||
- WOODPECKER_BACKEND_DOCKER_NETWORK=forgejo
|
- WOODPECKER_BACKEND_DOCKER_NETWORK=forgejo
|
||||||
# max tasks per agent
|
# max tasks per agent
|
||||||
- WOODPECKER_MAX_WORKFLOWS=2
|
- WOODPECKER_MAX_WORKFLOWS=1
|
||||||
# gRPC settings for security
|
# gRPC settings for security
|
||||||
#- WOODPECKER_GRPC_VERIFY=true # default
|
#- WOODPECKER_GRPC_VERIFY=true # default
|
||||||
#- WOODPECKER_GRPC_SECURE=true # defaults to false
|
#- WOODPECKER_GRPC_SECURE=true # defaults to false
|
||||||
|
|
Loading…
Add table
Reference in a new issue