Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.