Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

mohsenmottaghi/docker-web-stack-with-mysql-nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker web stack with Wordpress , MariaDB and Nginx-Pagespeed

This Repo is for Web application stack with Wordpress , MariaDB and Nginx-Pagespeed


Note : First should edit Secrets files in ./secrests .


For use from this Repo you should have one of these:

  • Docker Swarm ( Recommend )

or

  • Docker-Compose (Should remove Swarm tools from Yml file)

Set up your swarm

docker swarm init [OPTIONS]

for more info see Docker Swarm Doc

Deploy stack

for deploy stack use

docker stack deploy -c docker-compose.yml <STACK NAME>

NOTE: for update stack just need to edit files and redeploy stack.

for check stack services status

docker stack services <STACK NAME>

for remove stack

docker stack rm <STACK NAME>

About

Simple docker web stack with web server , mysql and nginx reverse proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published