Compare commits

..

No commits in common. "87ddf9de21cb3d9b579db3deda5a8c18935d6861" and "9e5ec8153d0f743fe9df54ffa2eb12c7be5bd2fd" have entirely different histories.

5 changed files with 5 additions and 9 deletions

View file

@ -5,6 +5,6 @@ RUN xcaddy build \
--with github.com/caddy-dns/porkbun \
--with github.com/mholt/caddy-l4
FROM caddy:alpine
FROM caddy:2.8.4-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

View file

@ -3,8 +3,4 @@ git.mixel.cloud {
reverse_proxy 192.168.178.230:3333
}
ssh.git.mixel.cloud {
reverse_proxy 192.168.178.230:222
}
# Internal

View file

@ -1,6 +1,6 @@
# External
ci.mixel.cloud {
redir https://ci.missing.ninja/
reverse_proxy 192.168.178.230:3334
}
# Internal

View file

@ -20,7 +20,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3333:3000"
- "222:222"
- "222:22"
depends_on:
- db

View file

@ -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=1
- WOODPECKER_MAX_WORKFLOWS=2
# 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