mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
add rocket.chat
This commit is contained in:
parent
9e4f951162
commit
e4e5a3f3ed
@ -74,4 +74,5 @@ dockerfiles
|
|||||||
- [x] openvpn
|
- [x] openvpn
|
||||||
- [x] owncloud
|
- [x] owncloud
|
||||||
- [x] registrator
|
- [x] registrator
|
||||||
|
- [x] rocket.chat
|
||||||
|
|
||||||
|
15
rocketchat/docker-compose.yml
Normal file
15
rocketchat/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
rocketchat:
|
||||||
|
image: rocket.chat
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
links:
|
||||||
|
- mongo:db
|
||||||
|
environment:
|
||||||
|
- ROOT_URL=http://chat.foobar.site
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
mongo:
|
||||||
|
image: mongo
|
||||||
|
ports:
|
||||||
|
- "27017:27017"
|
||||||
|
restart: always
|
Loading…
Reference in New Issue
Block a user