{"id":1373,"date":"2019-08-26T11:37:09","date_gmt":"2019-08-26T08:37:09","guid":{"rendered":"https:\/\/artem.services\/?p=1373"},"modified":"2019-08-26T11:37:09","modified_gmt":"2019-08-26T08:37:09","slug":"docker-compose-wordpress","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=1373","title":{"rendered":"Docker Compose &#8212; WordPress"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-27\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo.png\" alt=\"\" width=\"1800\" height=\"531\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo.png 1800w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-300x89.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-768x227.png 768w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-1024x302.png 1024w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-954x281.png 954w, https:\/\/artem.services\/wp-content\/uploads\/2018\/10\/Docker-Logo-1354x399.png 1354w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" \/><\/p>\n<p>\u041f\u0440\u0438\u043c\u0435\u0440 <strong>Docker Compose<\/strong> \u0444\u0430\u0439\u043b\u0430 \u0434\u043b\u044f <strong>WordPress<\/strong>&#39;\u0430<\/p>\n<h3>\ndocker-compose.yaml<\/h3>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nversion: '3.7'\r\n\r\nservices:\r\n  artem_wp:\r\n    container_name: artem_wp\r\n    image: wordpress:php7.3\r\n    volumes:\r\n      - &quot;\/var\/www\/html\/docker:\/var\/www\/html&quot;\r\n    restart: always\r\n    ports:\r\n      - &quot;80:80&quot;\r\n    links:\r\n      - artem_db\r\n    depends_on:\r\n      - artem_db\r\n\r\n  artem_db:\r\n    container_name: artem_db\r\n    image: mariadb:10\r\n    restart: always\r\n    volumes:\r\n      - &quot;artem_db_data:\/var\/lib\/mysql&quot;\r\n    environment:\r\n      MYSQL_ROOT_PASSWORD: 'your_root_password'\r\n      MYSQL_DATABASE: 'your_db_name'\r\n      MYSQL_USER: 'your_user_name'\r\n      MYSQL_PASSWORD: 'your_user_password'\r\n\r\nvolumes:\r\n  artem_db_data:\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u041f\u0440\u0438\u043c\u0435\u0440 Docker Compose \u0444\u0430\u0439\u043b\u0430 \u0434\u043b\u044f WordPress&#39;\u0430 docker-compose.yaml<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[4,81,11],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1373"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1373"}],"version-history":[{"count":2,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1373\/revisions"}],"predecessor-version":[{"id":1379,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1373\/revisions\/1379"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}