Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T12:04:07.000Z (4 months ago)
- Last Synced: 2024-09-26T14:24:25.673Z (4 months ago)
- Topics: docker, docker-compose, dockerfile, makefile, wordpress, wordpress-development
- Language: HTML
- Homepage:
- Size: 2.72 MB
- Stars: 0
- 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
- mariadb3. 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.