File tree 3 files changed +20
-11
lines changed
3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change
1
+ cron :
2
+ image : fballiano/magento2-cron
3
+ links :
4
+ - db
5
+ - redis
6
+ - apache
7
+ - varnish
8
+ volumes :
9
+ - ./magento2:/var/www/html
10
+ - ./varnish.secret:/varnish.secret
11
+
1
12
varnish :
2
13
image : fballiano/varnish
3
14
ports :
4
15
- " 80:80"
16
+ - " 6082:6082"
5
17
links :
6
18
- apache
7
19
volumes :
8
20
- ./varnish.vcl:/etc/varnish/default.vcl
21
+ - ./varnish.secret:/etc/varnish/secret
9
22
environment :
10
23
- CACHE_SIZE=256M
11
24
12
25
apache :
13
26
image : fballiano/magento2-apache-php
14
- ports :
15
- - " 8080:80"
27
+ # ports:
28
+ # - "8080:80"
16
29
links :
17
30
- db
18
31
- redis
19
32
volumes :
20
33
- ./magento2:/var/www/html
21
34
- ~/.composer/auth.json:/root/.composer/auth.json
22
35
23
- cron :
24
- image : fballiano/magento2-cron
25
- links :
26
- - db
27
- - redis
28
- volumes :
29
- - ./magento2:/var/www/html
30
-
31
36
db :
32
37
image : mariadb:10.0
33
38
ports :
Original file line number Diff line number Diff line change
1
+ cc4d5b50-5f31-4c83-8d3b-bc1fac32a72w
2
+
Original file line number Diff line number Diff line change 1
1
vcl 4 .0 ;
2
2
3
3
import std;
4
- # The minimal Varnish version is 4.0
4
+ import directors;
5
5
6
+ #AUTOGENERATED_START
6
7
backend default {
7
8
.host = " apache" ;
8
9
.port = " 80" ;
9
10
}
11
+ #AUTOGENERATED_END
10
12
11
13
acl purge {
12
14
" apache" ;
You can’t perform that action at this time.
0 commit comments