Created
February 26, 2020 05:25
-
-
Save ericmigi/ed246b1a32557074046c1e805b614918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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