https://github.com/theoguerin64/inception
42 project to learn Docker
https://github.com/theoguerin64/inception
42cursus docker mariadb nginx wordpress
Last synced: about 1 month ago
JSON representation
42 project to learn Docker
- Host: GitHub
- URL: https://github.com/theoguerin64/inception
- Owner: TheoGuerin64
- Created: 2023-09-11T14:17:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T14:02:04.000Z (about 1 year ago)
- Last Synced: 2025-01-24T16:14:28.150Z (3 months ago)
- Topics: 42cursus, docker, mariadb, nginx, wordpress
- Language: Shell
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inception
Wordpress setup with docker.
Subject: 
## Usage
- Clone the repo: `git clone https://github.com/TheoGuerin64/Inception.git`
- Create the folders `~/data/wordpress` and `~/data/database`
- Run the project: `make`
- Open in your web browser: https://localhost## .env
- MARIADB_ADMIN_NAME
- MARIADB_ADMIN_PASS
- WORDPRESS_ADMIN_NAME
- WORDPRESS_ADMIN_PASS
- WORDPRESS_ADMIN_MAIL
- WORDPRESS_USER_NAME
- WORDPRESS_USER_PASS
- WORDPRESS_USER_MAIL