Skip to content

SOGo version 4 groupware in Docker. Run your own calendar, webmail, contacts with this container image.

License

Notifications You must be signed in to change notification settings

cha87de/sogo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOGo Docker with nginx

This project results in a Docker image with SOGo service, served by a nginx proxy.

Docker-Image available on Docker Hub

Configuration options for SOGo can be specified as environment variables:

    - DB_HOST=db
    - DB_USER=sogo
    - DB_PASS=pass
    - DB_DATABASE=sogo
    - DB_USERPROFILES=mysql://sogo:pass@db:3361/sogo/sogo_user_profile
    - DB_FOLDERINFO=mysql://sogo:pass@db:3361/sogo/sogo_folder_info
    - DB_SESSIONSFOLDER=mysql://sogo:pass@db:3361/sogo/sogo_sessions_folder
    - DB_USERVIEW=mysql://sogo:pass@db:3361/sogo/sogo_view
    - IMAP_SERVER=imaps://mail.somehost.xy:993
    - SIEVE_SERVER=sieve://mail.somehost.xy:4190
    - SMTP_SERVER=mail.somehost.xy
    - MAILDOMAIN=mail.somehost.xy
    - TITLE=My Amazing SOGo Instance
    - LANGUAGE=English
    - TIMEZONE=Europe/Berlin
    - SUPERUSERS=christopher.hauser@alb-tec.de

This Docker images uses the docker-skeleton.

TODOs

  • remove duplicate database specs (e.g. build the connection strings automatically)

About

SOGo version 4 groupware in Docker. Run your own calendar, webmail, contacts with this container image.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages