Docker compose build Lnmp environment (with dockerfile download)

preface Compose is a tool for defining and running multi container Docker applications. With compose, you can use the YML file to configure all the services required by your application. Then, with one command, you can create and start all services from the YML configuration file. As a PHP developer, Lnmp environment is often where we work an ...

Posted by MercuryBlue on Thu, 16 Dec 2021 12:49:55 +0100

Blog moving diary -- building a Docker based LNMP environment

background As the virtual machine is about to expire, we recently compared several cloud server providers. Finally decided to try UCloud . So I had to migrate the original blog (typecho). The following is a journal record of the process. Process record I wanted to try Previous notes Rebuild a set of environment and then import the data. How ...

Posted by dw89 on Mon, 22 Nov 2021 05:36:23 +0100

Use Docker Compose, Nginx, SSH and Github Actions to realize the front-end automatic deployment test machine

At the beginning, let's take a look at the construction and deployment process in ancient times. Everyone must be familiar with this:The developer compiles, compresses and packages the source code to generate packaging filesUpload the packaged file to the serverObviously, this process is not only cumbersome, but also inefficient. Each release o ...

Posted by ammupon on Tue, 09 Nov 2021 03:40:26 +0100

Docker compose one click deployment of distributed configuration center Apollo

brief introduction When talking about distributed, we must think of distributed configuration center, distributed log, distributed link tracking, etc In distributed deployment, businesses often have many configurations. For example, applications need to read some configuration information during startup and operation. Configuration basically ...

Posted by michibk on Thu, 23 Sep 2021 07:34:26 +0200