Favicon of WordPress (Bitnami)

WordPress (Bitnami)

Create stunning websites, blogs, or apps without writing code. Use intuitive design tools, real-time editing, and thousands of plugins to build anything.

Start building your digital presence with a flexible, open-source publishing platform designed for creators, small businesses, and enterprises alike. Whether you are launching a simple blog or a complex e-commerce store, you have complete control over your site's design and functionality without needing to write a single line of code. The intuitive real-time editing experience allows you to see exactly how your site will look as you add, edit, and rearrange content.

Key Benefits:

  • Flexible Design: Start with a blank canvas or choose a pre-built template to customize every detail of your site.
  • Real-Time Building: Edit intuitively and see your changes instantly as you manage your content.
  • Limitless Extension: Add stores, analytics, newsletters, and social media integrations using an extensive library of plugins.
  • Collaborative Tools: Work together easily with features like block notes and drag-and-drop functionality.

Directory Structure

wordpress-bitnami
mariadb_data
wordpress_data
.env
docker-compose.yml

docker-compose.yml

services:
  mariadb:
    image: docker.io/bitnami/mariadb:11.4
    container_name: mariadb
    environment:
      - ALLOW_EMPTY_PASSWORD=yes
      - MARIADB_USER=bn_wordpress
      - MARIADB_DATABASE=bitnami_wordpress
      - MARIADB_PASSWORD=${DATABASE_PASSWORD}
    volumes:
      - ./mariadb_data:/bitnami/mariadb
  wordpress:
    image: docker.io/bitnami/wordpress:6
    container_name: wordpress
    ports:
      - '8080:8080'
      - '8443:8443'
    environment:
      - WORDPRESS_DATABASE_HOST=mariadb
      - WORDPRESS_DATABASE_PORT_NUMBER=3306
      - WORDPRESS_DATABASE_USER=bn_wordpress
      - WORDPRESS_DATABASE_NAME=bitnami_wordpress
      - WORDPRESS_DATABASE_PASSWORD=${DATABASE_PASSWORD}
      - WORDPRESS_USERNAME=user
      - WORDPRESS_PASSWORD=${WORDPRESS_ADMIN_PASSWORD}
    volumes:
      - ./wordpress_data:/bitnami/wordpress
    depends_on:
      - mariadb

.env

DATABASE_PASSWORD=bitnami_secure_password
WORDPRESS_ADMIN_PASSWORD=bitnami_admin_password

Share:

Ad
Favicon

 

  
 

Similar to WordPress (Bitnami)

Favicon

 

  
  
Favicon

 

  
  
Favicon