Skip to content

Commit

Permalink
Merge pull request #190 from xibosignage/develop
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
dasgarner authored Sep 4, 2023
2 parents 0fb5edf + baebc74 commit 8b7830b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cms_custom-ports.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"

services:
cms-db:
image: mysql:5.7
image: mysql:8.0
volumes:
- "./shared/db:/var/lib/mysql:Z"
restart: always
Expand All @@ -13,14 +13,14 @@ services:
mem_limit: 1g
env_file: config.env
cms-xmr:
image: ghcr.io/xibosignage/xibo-xmr:0.9
image: ghcr.io/xibosignage/xibo-xmr:0.11
ports:
- "65500:9505"
restart: always
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-3.3.7
image: ghcr.io/xibosignage/xibo-cms:release-4.0.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.9
image: ghcr.io/xibosignage/xibo-xmr:0.11
ports:
- "9505:9505"
restart: always
env_file: config.env
mem_limit: 256m
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-3.3.7
image: ghcr.io/xibosignage/xibo-cms:release-4.0.0
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"

services:
cms-db:
image: mysql:5.7
image: mysql:8.0
volumes:
- "./shared/db:/var/lib/mysql:Z"
environment:
Expand All @@ -13,14 +13,14 @@ services:
env_file: config.env
restart: always
cms-xmr:
image: ghcr.io/xibosignage/xibo-xmr:0.9
image: ghcr.io/xibosignage/xibo-xmr:0.11
ports:
- "9505:9505"
restart: always
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-3.3.7
image: ghcr.io/xibosignage/xibo-cms:release-4.0.0
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit 8b7830b

Please sign in to comment.