mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
add rocket.chat
This commit is contained in:
parent
9e4f951162
commit
e4e5a3f3ed
@ -74,4 +74,5 @@ dockerfiles
|
||||
- [x] openvpn
|
||||
- [x] owncloud
|
||||
- [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