Skip to content

πŸ–₯School project about making a wordpress infrastructure in Docker

Notifications You must be signed in to change notification settings

KeyZox71/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Inception Project

This repository contains the Inception project, which requires specific environment variables and secrets to function correctly. Below are the instructions for setting up the necessary environment variables and secrets.

Environment Variables

Create a .env file in the srcs directory of the project with the following environment variables:

DB_USER=your_database_user
DB_NAME=your_database_name

WP_ADMIN=your_wordpress_admin_user
WP_MAIL=your_wordpress_admin_email
WP_USER=your_wordpress_user
WP_USER_MAIL=your_wordpress_user_email

FTP_USER=your_ftp_user

Secrets

The secrets/ directory contains sensitive information required for various services. Ensure that the following files are present with the appropriate secrets:

Directory Structure

secrets/
β”œβ”€β”€ borg
β”‚   └── passphrase.txt        # Borg backup passphrase
β”œβ”€β”€ db
β”‚   β”œβ”€β”€ root_pass.txt         # Database root password
β”‚   └── user_pass.txt         # Database user password
β”œβ”€β”€ ftp
β”‚   └── pass.txt              # FTP password
└── wp
    β”œβ”€β”€ admin_pass.txt        # WordPress admin password
    └── user_pass.txt        # WordPress user password

About

πŸ–₯School project about making a wordpress infrastructure in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published