Skip to content

Commit

Permalink
Merge pull request #156 from dasgarner/release/31
Browse files Browse the repository at this point in the history
SSL config
  • Loading branch information
dasgarner authored Feb 8, 2022
2 parents e037517 + 9cffd0e commit bd0bed4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms_custom-ports.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-3.1.0-alpha
image: xibosignage/xibo-cms:release-3.1.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
2 changes: 1 addition & 1 deletion cms_remote-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file: config.env
mem_limit: 256m
cms-web:
image: xibosignage/xibo-cms:release-3.1.0-alpha
image: xibosignage/xibo-cms:release-3.1.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
11 changes: 11 additions & 0 deletions config.env.template-remote-mysql
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ MYSQL_DATABASE=example
MYSQL_USER=exampleuser
MYSQL_PASSWORD=examplepassword

# If you wish to connect to MySQL over TLS/SSL connections, set MYSQL_ATTR_SSL_CA
# to the path on the web server where you have put the CA certificate that has
# signed your MySQL servers certificate. We recommend putting it in the
# shared/cms/custom directory, or you could use a custom volume mount for it
# at your option.
#MYSQL_ATTR_SSL_CA=/var/www/cms/custom/ca.pem
# If you wish to enforce TLS/SSL connections to your MySQL server, and in the
# process verify the hostname matches the certificate name, set
# MYSQL_ATTR_SSL_VERIFY_SERVER_CERT to true.
#MYSQL_ATTR_SSL_VERIFY_SERVER_CERT=true

## SMTP Server Configuration
## The CMS needs to be able to send email to you
## Please enter credentials for a suitable SMTP server
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-3.1.0-alpha
image: xibosignage/xibo-cms:release-3.1.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit bd0bed4

Please sign in to comment.