feat: gatus, ntfy and refactor
This commit is contained in:
parent
6be48129f6
commit
a57288f872
6 changed files with 107 additions and 26 deletions
13
docker-compose.dev-serve.yml
Normal file
13
docker-compose.dev-serve.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
mysql-laravel:
|
||||
image: mysql:5.7
|
||||
restart: always
|
||||
ports:
|
||||
- "33061:3306"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=laravel
|
||||
- MYSQL_USER=laravel
|
||||
- MYSQL_PASSWORD=laravel
|
Reference in a new issue