mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
16 lines
226 B
YAML
16 lines
226 B
YAML
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
|