Skip to content

Instantly share code, notes, and snippets.

@ericmigi
Created February 26, 2020 05:25
Show Gist options
  • Select an option

  • Save ericmigi/ed246b1a32557074046c1e805b614918 to your computer and use it in GitHub Desktop.

Select an option

Save ericmigi/ed246b1a32557074046c1e805b614918 to your computer and use it in GitHub Desktop.
# docker-compose.yml
matrix-appservice-wechaty:
container_name: matrix-appservice-wechaty
image: wechaty/matrix-appservice
volumes:
- ./bridges/matrix-appservice-wechaty:/data
networks:
- default
environment:
- WECHATY_PUPPET_PADPLUS_TOKEN=puppet_padplus_<token>
- WECHATY_PUPPET=wechaty-puppet-padplus
command: ["node", "dist/bin/matrix-appservice-wechaty", "-c", "/data/config.yaml", "-f", "/data/wechaty-registration.yaml", "-p", "8432"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment