Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compsose.yml some cli flags are working, others are not. #51

Open
ahmeaqas opened this issue Jul 16, 2022 · 0 comments
Open

docker-compsose.yml some cli flags are working, others are not. #51

ahmeaqas opened this issue Jul 16, 2022 · 0 comments

Comments

@ahmeaqas
Copy link

Hello Shah Mohammad,

I am trying to setup webhook but it is not working. May you please have a look on the compose file. This is the block of my docker-compose.yml file.

version: '3'
services:
  nginx:
    container_name: nginx
    restart: unless-stopped
    image: nginx
    volumes:
      - html:/usr/share/nginx/html
      - conf.d:/etc/nginx/conf.d
    ports:
      - '5480:80'
      - '5443:443'
  nodered:
    container_name: nodered
    restart: unless-stopped
    image: nodered/node-red
    environment:
      - PK=Asia/Karachi
      - LD_LIBRARY_PATH=/opt/vc/lib
    volumes:
      - nodered:/data
    ports:
      - '5880:1880'
  wa:
    container_name: wa
    restart: unless-stopped
    image: openwa/wa-automate
    environment:
      - multi-device
      - ras-pi
      - use-chrome
      - popup
      - d
      - qrTimeout=0
      - no-kill-on-logout=true
      - debug
      - verbose
      - keep-alive=true
      - skip-url-check
      - 'webhook=http://nodered:5880/admin/webhook'
      - 'ev=http://nodered:5880/admin/launch'
    volumes:
      - "sessions:/sessions"
    depends_on:
      - nodered
    ports:
      - '5080:8080'
      - '5081:3000'
volumes:
  html:
  conf.d:
  nodered:
  sessions:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant