This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user