Created
July 3, 2015 02:18
-
-
Save t2ru/7448ecb9fc49181a4a6a to your computer and use it in GitHub Desktop.
Let's Chat用
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
mongo: | |
image: mongo:latest | |
app: | |
image: sdelements/lets-chat | |
links: | |
- mongo | |
ports: | |
- 8080:8080 | |
- 5222:5222 | |
environment: | |
LCB_XMPP_DOMAIN: 10.133.1.136 | |
LCB_ROOMS_PRIVATE: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment