This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
forked from lucierybickovajavorska/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e58e3e3
commit 8d59427
Showing
10 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,11 +110,11 @@ Comprehensive table of available types: | |
|PostgreSQL |postgresql@12 | | ||
|MariaDB |[email protected] | | ||
|KeyDB |keydb@6 | | ||
|Node.js |nodejs@16, nodejs@14 | | ||
|Node.js |nodejs@18, nodejs@16, nodejs@14 | | ||
|Golang |golang@1 | | ||
|PHP+Apache |[email protected]+2.4, [email protected]+2.4, [email protected]+2.4 | | ||
|PHP+Nginx |[email protected]+1.20, [email protected]+1.20, [email protected]+1.20 | | ||
|Static server |nginx@1.20 | | ||
|PHP+Nginx |[email protected]+1.22, [email protected]+1.22, [email protected]+1.22 | | ||
|Static server |nginx@1.22 | | ||
|RabbitMQ |rabbitmq@3 | | ||
|Object storage |object-storage | | ||
|Shared storage |shared-storage | | ||
|
@@ -302,7 +302,7 @@ For example, this could be the exported value if a user accepts the default sett | |
```yaml | ||
services: | ||
- hostname: phpnginx | ||
type: [email protected]+1.20 | ||
type: [email protected]+1.22 | ||
minContainers: 1 | ||
maxContainers: 1 | ||
nginxConfig: | | ||
|
@@ -337,7 +337,7 @@ And this is an example for the same when creating the Nginx Static server servic | |
```yaml | ||
services: | ||
- hostname: nginx | ||
type: nginx@1.20 | ||
type: nginx@1.22 | ||
minContainers: 1 | ||
maxContainers: 1 | ||
nginxConfig: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Zerops provides a fully managed and scaled PHP runtime service, suitable for bot | |
|
||
## Adding the PHP Service in Zerops | ||
|
||
The Zerops PHP service is based on a [Linux LXD container](/documentation/overview/projects-and-services-structure.html#services-containers) with **Ubuntu** **==v18.04.06==**. It has the [Composer dependency manager](#pre-installed-php-composer), a lot of popular [PHP modules and extensions](#pre-installed-php-modules-and-extensions), together with the Git version control system pre-installed. Other pre-installed packages are | ||
The Zerops PHP service is based on a [Linux LXD container](/documentation/overview/projects-and-services-structure.html#services-containers) with **Ubuntu** **==v22.04.01==**. It has the [Composer dependency manager](#pre-installed-php-composer), a lot of popular [PHP modules and extensions](#pre-installed-php-modules-and-extensions), together with the Git version control system pre-installed. Other pre-installed packages are | ||
[Zerops zcli](/documentation/cli/installation.html#download-the-zcli-static-binary) and [WireGuard](https://www.wireguard.com/install) for Ubuntu. | ||
|
||
There are two possible ways to create a new PHP service. Either manually in the [Zerops GUI](#through-the-zerops-gui-interface), or using the Zerops [import functionality](/documentation/export-import/project-service-export-import.html#how-to-export-import-a-project). | ||
|
@@ -35,7 +35,7 @@ services: | |
#### Which version to choose | ||
You can currently choose PHP version **v8.1** (version v8.1.3, to be precise), **v8.0** (version v8.0.16, to be precise), or **v7.4** (version v7.4.28, to be precise). The chosen version **can't be changed afterward**. The service is always combined with a web server. It can be either **Apache v2.4** (version 2.4.29 to be precise) or **Nginx v1.20** (version 1.20.1 to be precise). The differences and configuration specifics for each web server are listed below. | ||
You can currently choose PHP version **v8.1** (version v8.1.12, to be precise), **v8.0** (version v8.0.25, to be precise), or **v7.4** (version v7.4.32, to be precise). The chosen version **can't be changed afterward**. The service is always combined with a web server. It can be either **Apache v2.4** (version 2.4.52 to be precise) or **Nginx v1.22** (version 1.22.1 to be precise). The differences and configuration specifics for each web server are listed below. | ||
Used as the export & import types: ==`[email protected]+2.4`== , ==`[email protected]+2.4`== , ==`[email protected]+2.4`== , ==`[email protected]+2.4`== , ==`[email protected]+2.4`== , ==`[email protected]+2.4`== . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters