https://github.com/farisc0de/wordpress-dockerswarm
WordPress Deployment with Docker Swarm and Traefik.
https://github.com/farisc0de/wordpress-dockerswarm
Last synced: about 1 year ago
JSON representation
WordPress Deployment with Docker Swarm and Traefik.
- Host: GitHub
- URL: https://github.com/farisc0de/wordpress-dockerswarm
- Owner: farisc0de
- License: mit
- Created: 2024-11-20T19:26:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:54:27.000Z (over 1 year ago)
- Last Synced: 2025-03-16T05:15:37.507Z (over 1 year ago)
- Language: PHP
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordpress-dockerswarm
WordPress Deployment with Docker Swarm and Traefik.
## Prerequisites
- Docker
- Docker Compose
- Docker Swarm
- Traefik
## Installation
1. Clone the repository
2. Run the following command to deploy the stack: `docker stack deploy -c docker-compose.yml wordpress`
3. Access the WordPress site at `http://localhost`
4. Access the Traefik dashboard at `http://localhost:8080`
## License
MIT