Compare commits

...

3 commits

Author SHA1 Message Date
9e6366f238 Add renovate.json
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 33s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 1m11s
2024-08-26 20:58:35 +01:00
b1826c834f Merge pull request 'Delete docker-compose.yml' (#4) from mdiluz-patch-1 into main
All checks were successful
Test, Build and Publish / test (push) Successful in 33s
Test, Build and Publish / build-and-push-images (push) Successful in 1m16s
Reviewed-on: #4
2024-08-26 20:56:13 +01:00
a7096f60f7 Delete docker-compose.yml
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 33s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 1m12s
No longer needs to be in the repo
2024-08-26 20:54:20 +01:00
2 changed files with 3 additions and 6 deletions

View file

@ -1,6 +0,0 @@
services:
matchy:
image: forge.mdiluz.io/mdiluz/matchy:${MATCHY_TAG:-latest}
env_file: ".env"
volumes:
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}