{"id":1375,"date":"2019-08-26T11:37:09","date_gmt":"2019-08-26T08:37:09","guid":{"rendered":"https:\/\/artem.services\/?p=1373"},"modified":"2019-08-26T11:39:18","modified_gmt":"2019-08-26T08:39:18","slug":"1375","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=1375&lang=en","title":{"rendered":"\u00a0Docker 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><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Example <strong>Docker Compose<\/strong> file for <strong>WordPress<\/strong><\/span><\/span><\/p>\n<h3>docker-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>Example Docker Compose file for WordPress 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":[975],"tags":[771,773,1003],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1375"}],"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=1375"}],"version-history":[{"count":2,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1375\/revisions"}],"predecessor-version":[{"id":1377,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1375\/revisions\/1377"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1375"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1375"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}