https://github.com/swonlee-13/inception
Study docker-compose / Dockerfile && Run Wordpress website with it
https://github.com/swonlee-13/inception
docker docker-compose dockerfile makefile wordpress wordpress-development
Last synced: 10 months ago
JSON representation
Study docker-compose / Dockerfile && Run Wordpress website with it
- Host: GitHub
- URL: https://github.com/swonlee-13/inception
- Owner: swonlee-13
- License: mit
- Created: 2024-07-02T13:16:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:08:50.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:11:12.140Z (about 1 year ago)
- Topics: docker, docker-compose, dockerfile, makefile, wordpress, wordpress-development
- Language: HTML
- Homepage:
- Size: 2.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inception
- Goal
1. Study docker, docker-compose and Dockerfile.
2. build 3 containers from Debian or Alpine Linux(My choice).
- nginx
- php + wordpress
- mariadb
3. Run three containers with Docker compose.
4. Run these server in Linux Virtual Machine.
# Bonus
- Add more Containers!!
1. Redis server for Wordpress
2. FTP server
3. Adminer
4. My own static webpage server
5. One more service of my choice -> (I selected flask server because I never used python before)
# Caution
1. This project only runs in Linux / Mac Os.
# Info
1. I put my example .env file at srcs/ . You can change it if you want.