Skip to content

Commit

Permalink
Update Craft to 3.1.15; Update PostgreSQL to 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Mar 2, 2019
1 parent d330e0e commit f0ae6ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.1] - 02-03-2019
### Update
- Update Craft to [3.1.15](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
- Update PostgreSQL to [10.7](https://www.postgresql.org/docs/10/static/release-10-7.html)

## [0.3.0] - 14-02-2019
### Update
- Update Craft to [3.1.10](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/)
#### Versioning
| Docker Tag | Git Branch | Craft Release | Database | Caching |
|-----|-------|-----|--------|--------|
| latest | craft3 | 3.1.10 | PostgreSQL 10.6 | Redis 5.0.3 |
| latest | craft3 | 3.1.15 | PostgreSQL 10.7 | Redis 5.0.3 |
| craft2 | craft2 | 2.7.4 | MariaDB 10.4.1 | Redis 4.0.12 |

Features:
Expand All @@ -14,7 +14,7 @@ Features:

## Clone repo and run
To run, clone the git repo and run `docker-compose up`:
#### Craft 3 - [![version craft3](https://img.shields.io/badge/version-Craft%203-red.svg?&style=for-the-badge)](https://craftcms.com/3) [![](https://img.shields.io/microbadger/image-size/wyveo/craftcms-docker/craft3.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker) [![](https://img.shields.io/microbadger/layers/wyveo/craftcms-docker/craft3.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker)
#### [![version craft3](https://img.shields.io/badge/version-Craft%203-red.svg?&style=for-the-badge)](https://craftcms.com/3) [![](https://img.shields.io/microbadger/image-size/wyveo/craftcms-docker/craft3.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker) [![](https://img.shields.io/microbadger/layers/wyveo/craftcms-docker/craft3.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker)
```
$ git clone https://github.com/wyveo/craftcms-docker.git
$ cd craftcms-docker
Expand All @@ -23,7 +23,7 @@ $ sudo docker-compose up -d
navigate to `http://<HOSTNAME>/index.php?p=admin` to begin installing Craft 3.
NOTE: if the above url doesn't work, try navigating to `http://<HOSTNAME>/admin/install` instead.

#### Craft 2 - [![version craft2](https://img.shields.io/badge/version-Craft%202-red.svg?&style=for-the-badge)](https://craftcms.com/2) [![](https://img.shields.io/microbadger/image-size/wyveo/craftcms-docker/craft2.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker) [![](https://img.shields.io/microbadger/layers/wyveo/craftcms-docker/craft2.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker)
#### [![version craft2](https://img.shields.io/badge/version-Craft%202-red.svg?&style=for-the-badge)](https://craftcms.com/2) [![](https://img.shields.io/microbadger/image-size/wyveo/craftcms-docker/craft2.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker) [![](https://img.shields.io/microbadger/layers/wyveo/craftcms-docker/craft2.svg?&style=for-the-badge)](https://microbadger.com/images/wyveo/craftcms-docker)
```
$ git clone -b craft2 --single-branch https://github.com/wyveo/craftcms-docker.git
$ cd craftcms-docker
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
LANG: C.UTF-8

postgres:
image: postgres:10.6
image: postgres:10.7
environment:
POSTGRES_USER: craft3
POSTGRES_PASSWORD: secret
Expand Down

0 comments on commit f0ae6ab

Please sign in to comment.