Skip to content

Commit

Permalink
Bumped Docker-compose overrides version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Sep 22, 2020
1 parent 2c2176a commit d065830
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2020-09-22
### Changed
- Bumped Docker-compose overrides version to 3.7

## [1.1.0] - 2020-09-07
### Added
- Scheduler container
Expand All @@ -19,4 +23,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2020-06-22
### Added
- Initial version
- Initial version
4 changes: 2 additions & 2 deletions docker/horizon/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
# Redis should be installed when using Laravel Horizon
Expand All @@ -19,4 +19,4 @@ services:
entrypoint: ['/var/www/artisan', 'horizon']
user: "${USER_ID}:${GROUP_ID}"
networks:
- laravel
- laravel
2 changes: 1 addition & 1 deletion docker/mailhog/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
mailhog:
Expand Down
2 changes: 1 addition & 1 deletion docker/phpmyadmin/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
phpmyadmin:
Expand Down
4 changes: 2 additions & 2 deletions docker/queue/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
queue:
Expand All @@ -18,4 +18,4 @@ services:
entrypoint: ['/var/www/artisan', 'queue:work']
user: "${USER_ID}:${GROUP_ID}"
networks:
- laravel
- laravel
4 changes: 2 additions & 2 deletions docker/redis/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
redis:
Expand All @@ -7,4 +7,4 @@ services:
ports:
- "${REDIS_PORT:-6379}:6379"
networks:
- laravel
- laravel
2 changes: 1 addition & 1 deletion docker/scheduler/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.7'

services:
scheduler:
Expand Down

0 comments on commit d065830

Please sign in to comment.