Use docker-compose.override.yml for customizing your Sametime V12 Docker configuration

There are several file which you need to alter to customize your Sametime V12 Docker environment. We prefer to leave the default settings as is and find ways to add customizations to separated files.

For Docker-compose you can use the docker-compose.override.yml:

  version: “2”
  services:
    mux:
      restart: “unless-stopped”
      env_file: custom.env

Ā  Ā  community:
Ā  Ā  Ā  restart: “unless-stopped”
Ā  Ā  Ā  env_file:
Ā  Ā  Ā  Ā  – custom.env
Ā  Ā  Ā  Ā  – tlsldap.env
Ā  Ā  Ā  volumes:
Ā  Ā  Ā  Ā  – /local/notesdata/ldaptruststore.p12:/local/notesdata/ldaptruststore.p12
Ā  Ā  Ā  Ā  – /local/notesdata/policies.user.xml:/local/notesdata/policies.user.xml
Ā  Ā  proxy:
Ā  Ā  Ā  restart: “unless-stopped”
Ā  Ā  Ā  env_file: custom.env

    nginx:
      restart: “unless-stopped”
      env_file: custom.env

Ā  Ā  auth:
Ā  Ā  Ā  restart: “unless-stopped”
Ā  Ā  Ā  env_file: custom.env

Views: 313

By angioni

Leave a Reply

Your email address will not be published. Required fields are marked *