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:
parent
7ebd129faa
commit
762796417a
4 changed files with 17 additions and 41 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue