chore(cleanup): Fixed Makefile and Fully remove icons service

Changed so that Only non-monitoring services are launched by default
(override by doing `make DOCKER_SERVICE=`)

Fully removed the icons service (not yet in monitoring)
This commit is contained in:
Maieul BOYER 2025-12-12 14:54:45 +01:00
parent 7ebd129faa
commit 762796417a
No known key found for this signature in database
4 changed files with 17 additions and 41 deletions

View file

@ -38,7 +38,6 @@ services:
volumes:
# if you need to share files with nginx, you do it here.
- static-volume:/volumes/static
- images-volume:/volumes/icons
environment:
# this can stay the same for developpement. This is an alias to `localhost`
- NGINX_DOMAIN=local.maix.me
@ -281,7 +280,6 @@ services:
restart: unless-stopped
volumes:
images-volume:
sqlite-volume:
static-volume:
grafana-data: