Skip to content

Commit

Permalink
Merge pull request #75 from alexharrington/develop
Browse files Browse the repository at this point in the history
1.8.5
  • Loading branch information
dasgarner authored Jan 29, 2018
2 parents 8e2317e + cfdc04b commit 88249c0
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 764 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-1.8.4
image: xibosignage/xibo-cms:release-1.8.5
volumes:
- "./shared/cms/custom:/var/www/cms/custom"
- "./shared/backup:/var/www/backup"
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-1.8.4
image: xibosignage/xibo-cms:release-1.8.5
volumes:
- "./shared/cms/custom:/var/www/cms/custom"
- "./shared/backup:/var/www/backup"
Expand Down
10 changes: 9 additions & 1 deletion config.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,12 @@ CMS_SERVER_NAME=cms.example.org
## Sometimes you want Xibo to run in a sub directory of the webserver
## rather than at the root. If so, specify it here. Comment it out to
## use the web root.
# CMS_ALIAS=/xibo
# CMS_ALIAS=/xibo


## Xibo comes with a 2GB limit for individual file uploads
## If you require larger files, uncomment the following and adjust as
## required
# CMS_PHP_POST_MAX_SIZE=4G
# CMS_PHP_UPLOAD_MAX_FILESIZE=4G
# CMS_PHP_MAX_EXECUTION_TIME=600
100 changes: 0 additions & 100 deletions containers/web/Dockerfile

This file was deleted.

94 changes: 0 additions & 94 deletions containers/web/Dockerfile.dev

This file was deleted.

6 changes: 0 additions & 6 deletions containers/web/anacron

This file was deleted.

32 changes: 0 additions & 32 deletions containers/web/apache-config.conf

This file was deleted.

Loading

0 comments on commit 88249c0

Please sign in to comment.