File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 php :
3- container_name : petstore-php
4- hostname : petstore-php
3+ container_name : chubbyphp- petstore-php
4+ hostname : chubbyphp- petstore-php
55 build :
66 dockerfile : ./docker/production/php/Dockerfile
77 context : ./
88 environment :
99 APP_ENV : prod
1010 swagger-ui :
11- container_name : petstore-swagger-ui
12- hostname : petstore-swagger-ui
11+ container_name : chubbyphp- petstore-swagger-ui
12+ hostname : chubbyphp- petstore-swagger-ui
1313 image : swaggerapi/swagger-ui
1414 environment :
1515 BASE_URL : /swagger
1616 URLS : ' [ { url: "/openapi" } ]'
1717 nginx :
18- container_name : petstore-nginx
19- hostname : petstore-nginx
18+ container_name : chubbyphp- petstore-nginx
19+ hostname : chubbyphp- petstore-nginx
2020 image : nginx
2121 environment :
2222 SERVER_PORT : ' 443'
Original file line number Diff line number Diff line change 11services :
22 php :
3- container_name : petstore-php
4- hostname : petstore-php
3+ container_name : chubbyphp- petstore-php
4+ hostname : chubbyphp- petstore-php
55 build :
66 dockerfile : ./docker/development/php/Dockerfile
77 context : ./
@@ -28,8 +28,8 @@ services:
2828 ports :
2929 - ' 9003:9003'
3030 mongo :
31- container_name : petstore-mongo
32- hostname : petstore-mongo
31+ container_name : chubbyphp- petstore-mongo
32+ hostname : chubbyphp- petstore-mongo
3333 image : mongo:8
3434 environment :
3535 MONGO_INITDB_ROOT_USERNAME : petstore
@@ -39,15 +39,15 @@ services:
3939 volumes :
4040 - mongo:/data/db
4141 swagger-ui :
42- container_name : petstore-swagger-ui
43- hostname : petstore-swagger-ui
42+ container_name : chubbyphp- petstore-swagger-ui
43+ hostname : chubbyphp- petstore-swagger-ui
4444 image : swaggerapi/swagger-ui
4545 environment :
4646 BASE_URL : /swagger
4747 URLS : ' [ { url: "/openapi" } ]'
4848 nginx :
49- container_name : petstore-nginx
50- hostname : petstore-nginx
49+ container_name : chubbyphp- petstore-nginx
50+ hostname : chubbyphp- petstore-nginx
5151 image : nginx
5252 environment :
5353 SERVER_PORT : ' 443'
You can’t perform that action at this time.
0 commit comments