Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hebertcisco/wordpress-docker-environment
Develop envioment to make themes to Wordpress using Docker and docker-compose
https://github.com/hebertcisco/wordpress-docker-environment
docker docker-compose docker-image docker-images wordpress wordpress-boilerplate wordpress-development wordpress-theme
Last synced: 5 days ago
JSON representation
Develop envioment to make themes to Wordpress using Docker and docker-compose
- Host: GitHub
- URL: https://github.com/hebertcisco/wordpress-docker-environment
- Owner: hebertcisco
- License: mit
- Created: 2021-06-27T01:45:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T13:26:00.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:50:31.300Z (7 months ago)
- Topics: docker, docker-compose, docker-image, docker-images, wordpress, wordpress-boilerplate, wordpress-development, wordpress-theme
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress environment
[![Docker](https://github.com/hebertcisco/wordpress-docker-environment/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/hebertcisco/wordpress-docker-environment/actions/workflows/docker-publish.yml)
[![Docker Image CI](https://github.com/hebertcisco/wordpress-docker-environment/actions/workflows/docker-image.yml/badge.svg)](https://github.com/hebertcisco/wordpress-docker-environment/actions/workflows/docker-image.yml)## Install Docker:
> See the link:
[https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/)## Run localy:
> Run commands:
```
cd wordpress-docker-envioment
``````
sudo docker-compose -f "docker-compose.yml" up -d --build
```
### Install from the command line```
docker pull ghcr.io/hebertcisco/wordpress-docker-environment:main
```
### Use as base image in Dockerfile:```
FROM ghcr.io/hebertcisco/wordpress-docker-environment:main
```> Open the link:
[localhost:8080](http://localhost:8080)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](issues).## Show your support
Give a ⭐️ if this project helped you!
Or buy me a coffee 🙌🏾
## 📝 License
Copyright © 2023 [Hebert F Barros](https://github.com/hebertcisco).
This project is [MIT](LICENSE) licensed.