Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

[ARCHIVED] Dockerfile for custom ESN image used in OGP

Notifications You must be signed in to change notification settings

linagora/esn-ogp-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archived

esn-ogp-dockerfile

Build Status

Dockerfile for custom ESN image with linagora.esn.article and linagora.esn.vote modules used in OGP

Build

docker build -t linagora/esn-ogp .

Run

docker run -d -p 8080:8080 --env ESN_ADMIN_PASSWORD='secret' --env ESN_ADMIN_EMAIL='chamerling@linagora.com' --env ESN_DOMAIN='linagora' --env ESN_COMPANY='linagora' --env PROVISION=true --env MONGO_HOST='192.168.1.27' --env REDIS_HOST='192.168.1.27' --env MONGO_PORT='27017' --env MONGO_DBNAME='esn' --env ELASTICSEARCH_HOST='192.168.1.27' --env  ELASTICSEARCH_PORT='9200' linagora/esn-ogp

Replace IP addresses and ports with the ones matching your infrastructure.

About

[ARCHIVED] Dockerfile for custom ESN image used in OGP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published