@@ -1,16 +0,0 @@
|
||||
name: deploy
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
|
||||
- name: notify zigbee2mqtt service
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_STACKS_ZIGBEE2MQTT_WEBHOOK_URL}}"
|
||||
|
||||
# - name: notify wyoming service
|
||||
# run: |
|
||||
# curl -X POST "${{secrets.PORTAINER_STACKS_WYOMING_WEBHOOK_URL}}"
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
name: docker-tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
tags:
|
||||
description: 'Test scenario tags'
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
|
||||
- name: notify zigbee2mqtt service
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_STACKS_ZIGBEE2MQTT_WEBHOOK_URL}}"
|
||||
|
||||
# - name: notify wyoming service
|
||||
# run: |
|
||||
# curl -X POST "${{secrets.PORTAINER_STACKS_WYOMING_WEBHOOK_URL}}"
|
||||
@@ -1,14 +1,5 @@
|
||||
name: deploy zigbee2mqtt
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
tags:
|
||||
description: 'Test scenario tags'
|
||||
|
||||
name: deploy
|
||||
on: [push]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@ services/mosquitto
|
||||
lib/*
|
||||
lib2/*
|
||||
services/zigbee2mqtt/volumes/*
|
||||
*.env
|
||||
*.env
|
||||
.vscode/settings.json
|
||||
|
||||
@@ -15,8 +15,8 @@ services:
|
||||
- code-server_root:/root
|
||||
- has_config:/config/workspace/host/repos/homesrv01.dev.lan/services/has/volumes/config
|
||||
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/services/nginx/volumes/nginx_conf
|
||||
- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
|
||||
- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
|
||||
#- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
|
||||
#- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
|
||||
- zigbee2mqtt_data:/config/workspace/host/repos/homesrv01.dev.lan/services/zigbee2mqtt/volumes/data
|
||||
- hostfs:/mnt/hostfs
|
||||
networks:
|
||||
@@ -36,10 +36,10 @@ volumes:
|
||||
external: true
|
||||
hostfs:
|
||||
external: true
|
||||
mosquitto_config:
|
||||
external: true
|
||||
mosquitto_data:
|
||||
external: true
|
||||
#mosquitto_config:
|
||||
# external: true
|
||||
#mosquitto_data:
|
||||
# external: true
|
||||
networks:
|
||||
code:
|
||||
reverseproxy_public:
|
||||
|
||||
Reference in New Issue
Block a user