1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/rocketchat/arm/docker-compose.yml

9 lines
193 B
YAML
Raw Normal View History

2015-08-26 18:29:37 +02:00
rocketchat:
image: rocket.chat
ports:
- "3000:3000"
environment:
2018-01-29 16:42:56 +02:00
- ROOT_URL=http://chat.easypi.pro
2018-01-29 16:47:05 +02:00
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
2021-02-01 09:38:31 +02:00
restart: unless-stopped