modified: docker-compose.yml
This commit is contained in:
@@ -25,10 +25,3 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: git.limbosolutions.com/marcio.fernandes/mosquitto:latest
|
tags: git.limbosolutions.com/marcio.fernandes/mosquitto:latest
|
||||||
|
|
||||||
notify-portainer:
|
|
||||||
needs: deploy
|
|
||||||
runs-on: "vlan-casa_continous-deploy"
|
|
||||||
steps:
|
|
||||||
- name: Invoke portainer mosquitto service webhook
|
|
||||||
run: |
|
|
||||||
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
mosquitto:
|
mosquitto:
|
||||||
|
#build:
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# context: ./docker
|
||||||
image: git.limbosolutions.com/marcio.fernandes/mosquitto:latest
|
image: git.limbosolutions.com/marcio.fernandes/mosquitto:latest
|
||||||
ports:
|
ports:
|
||||||
- '1883:1883'
|
- '1883:1883'
|
||||||
|
|||||||
Reference in New Issue
Block a user