Skip to content

Commit 3ce2838

Browse files
author
dmitriy
committed
improved environment
1 parent 3fe7385 commit 3ce2838

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .dockerignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/.git*
22
/.idea*
3-
#docker/
3+
.dockerignore
4+
.editorconfig
45
storage/mysql-data
56
vendor/
7+
/tools/*/vendor/
68
bootstrap/cache
79
!bootstrap/cache/.gitignore
8-
.dockerignore
9-
.editorconfig
1010
.phpstorm.meta.php
1111
Dockerfile
1212
_ide_helper.php

Diff for: docker-compose-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
links:
3838
- mysql
3939

40-
### Cron tasks, RabbitMQ consumers
40+
### Cron tasks
4141
supervisord:
4242
<<: *laravel-template
4343
container_name: supervisord

Diff for: docker-compose-test-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
links:
3838
- mysql
3939

40-
### Cron tasks, RabbitMQ consumers
40+
### Cron tasks
4141
supervisord:
4242
<<: *laravel-template
4343
container_name: supervisord

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
links:
4040
- mysql
4141

42-
### Cron tasks, RabbitMQ consumers
42+
### Cron tasks
4343
supervisord:
4444
<<: *laravel-template
4545
container_name: supervisord

0 commit comments

Comments
 (0)