We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5924e commit 0306febCopy full SHA for 0306feb
README.md
@@ -11,20 +11,21 @@
11
| Nginx |
12
| PHP7.4 |
13
| Docker |
14
+| Postgres |
15
16
17
#### Start app
18
- Build Docker containers
- ```docker
19
+ ```bash
20
docker-compose up --build -d
21
```
22
23
- Install Composer dependencies
24
25
docker exec -it php7 composer install
26
27
- Create Alias
- - Enter inside container
28
+ - Enter inside php7 container
29
```bash
30
docker exec -i php7 bash
31
@@ -42,7 +43,7 @@
42
43
cp .env.example .env
44
45
- Set your Slack Api Webhook in .env
- ```env
46
+ ```dotenv
47
SLACK_API_WEBHOOK=your_webhook_here
48
49
0 commit comments