Skip to content

Commit

Permalink
Merge pull request #222 from xibosignage/develop
Browse files Browse the repository at this point in the history
Release: 4.2.0
  • Loading branch information
dasgarner authored Jan 30, 2025
2 parents 873f0d5 + e78e3bb commit e7810d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cms_custom-ports.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ services:
mem_limit: 1g
env_file: config.env
cms-xmr:
image: ghcr.io/xibosignage/xibo-xmr:0.11
image: ghcr.io/xibosignage/xibo-xmr:develop
ports:
- "65500:9505"
restart: always
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.1.2
image: ghcr.io/xibosignage/xibo-cms:release-4.2.0
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
4 changes: 2 additions & 2 deletions cms_remote-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: "2.1"

services:
cms-xmr:
image: ghcr.io/xibosignage/xibo-xmr:0.11
image: ghcr.io/xibosignage/xibo-xmr:develop
ports:
- "9505:9505"
restart: always
env_file: config.env
mem_limit: 256m
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.1.2
image: ghcr.io/xibosignage/xibo-cms:release-4.2.0
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ services:
env_file: config.env
restart: always
cms-xmr:
image: ghcr.io/xibosignage/xibo-xmr:0.11
image: ghcr.io/xibosignage/xibo-xmr:develop
ports:
- "9505:9505"
restart: always
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.1.2
image: ghcr.io/xibosignage/xibo-cms:release-4.2.0
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit e7810d7

Please sign in to comment.