new server
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
maydar
2025-01-06 08:40:48 -03:00
parent 987cf511a7
commit 40d743de3d
2 changed files with 7 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ services:
- "traefik.http.services.detlef-ui.loadbalancer.server.port=3000"
- "traefik.http.routers.detlef-ui.tls=true"
- "traefik.http.routers.detlef-ui.tls.certresolver=leresolver"
- "traefik.docker.network=v1_traefik_proxy"
- "traefik.http.routers.detlef-ui.middlewares=crowdsec-bouncer"
- "traefik.docker.network=proxy"
# - "traefik.http.routers.detlef-ui.middlewares=crowdsec-bouncer"
environment:
- HOST=0.0.0.0
networks:
@@ -30,5 +30,5 @@ volumes:
networks:
detlef-the-one_detnet:
external: true
v1_traefik_proxy:
proxy:
external: true

View File

@@ -1,5 +1,7 @@
kind: pipeline
name: default
node:
runner: cloud
workspace:
base: /drone/src
@@ -22,8 +24,8 @@ steps:
- echo "$SSH_PUBLIC_KEY" > /root/.ssh/id_rsa.pub
- chmod 600 /root/.ssh/id_rsa
- ls -la /root/.ssh
- ssh-keyscan -p 222 -t rsa repo.bankai.dev >> /root/.ssh/known_hosts
- git clone ssh://git@repo.bankai.dev:222/michael/detlef-ui.git
- ssh-keyscan -p 222 -t rsa repo.godpi.int.zouk.dance >> /root/.ssh/known_hosts
- git clone ssh://git@repo.godpi.int.zouk.dance:222/michael/detlef-ui.git
volumes:
- name: ssh
path: /root/.ssh