feat: gatus, ntfy and refactor

This commit is contained in:
Didier Slof 2023-02-26 16:51:18 +01:00
parent 6be48129f6
commit a57288f872
Signed by: didier
GPG key ID: 01E71F18AA4398E5
6 changed files with 107 additions and 26 deletions

View 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