11#PHP symfony environment
2- Docker environment required to run Symfony (based on official php andmysql docker hub repositories).
2+ Docker environment required to run Symfony (based on official php andpostgresql docker hub repositories).
33
44[ ![ Actions Status] ( https://github.com/systemsdk/docker-apache-php-symfony/workflows/Symfony%20App/badge.svg )] ( https://github.com/systemsdk/docker-apache-php-symfony/actions )
55[ ![ CircleCI] ( https://circleci.com/gh/systemsdk/docker-apache-php-symfony.svg?style=svg )] ( https://circleci.com/gh/systemsdk/docker-apache-php-symfony )
@@ -49,7 +49,7 @@ Note 2: Do not use .env.local.php on dev and test environment (delete it if exis
4949
5050Note 3: If you want to change default web port/xdebug configuration you can create .env.local file and set some params (see .env file).
5151
52- Note 4: Delete var/mysql -data folder if it exists.
52+ Note 4: Delete var/postgres -data folder if it exists.
5353
54543.Add domain to local 'hosts' file:
5555``` bash
@@ -90,7 +90,7 @@ make messenger-setup-transports
9090##Setting up STAGING environment locally
91911.You can clone this repository from GitHub or install via composer.
9292
93- Note: Delete var/mysql -data folder if it is exist.
93+ Note: Delete var/postgres -data folder if it is exist.
9494
9595If you have installed composer and want to install environment via composer you can use next cmd command:
9696``` bash
@@ -117,9 +117,9 @@ If you have installed composer and want to install environment via composer you
117117composer create-project systemsdk/docker-apache-php-symfony example-app
118118```
119119
120- 2.Edit docker-compose-prod.yml and set necessary user/password forMySQL and RabbitMQ.
120+ 2.Edit docker-compose-prod.yml and set necessary user/password forPostgreSql and RabbitMQ.
121121
122- Note: Delete var/mysql -data folder if it is exist.
122+ Note: Delete var/postgres -data folder if it is exist.
123123
1241243.Edit env.prod and set necessary user/password for MySQL and RabbitMQ.
125125
@@ -203,7 +203,7 @@ make env-prod
203203make ssh
204204make ssh-root
205205make ssh-supervisord
206- make ssh-mysql
206+ make ssh-pgsql
207207make ssh-rabbitmq
208208
209209make composer-install-no-dev
@@ -215,7 +215,7 @@ make help
215215
216216make logs
217217make logs-supervisord
218- make logs-mysql
218+ make logs-pgsql
219219make logs-rabbitmq
220220
221221make drop-migrate