removed trash
All checks were successful
update neo with compose files / update (push) Successful in 5s

This commit is contained in:
Didier Slof 2023-04-29 21:45:59 +02:00
parent 62b45344c3
commit 73998fffb0
2 changed files with 0 additions and 15 deletions

View file

@ -1,8 +1,6 @@
version: '2.2'
services:
ntfy:
build: custom/ntfy
container_name: ntfy

View file

@ -1,13 +0,0 @@
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