After `./install.sh` a few directories are gettin...
# support
p
After
./install.sh
a few directories are getting created in the
deploy/docker/..
shouldn't we have all those in
gitignore
or else do we follow some other approch to tackle it during push
g
you just want to lauch Signoz forntend or full locally right ?
p
I launched full locally
g
great, what specific issue are you facing, could you please elaborate?
p
not issue as such but on doing
./install.sh
I am getting several directories/symlinks created in
docker/deploy
which are not in
gitignore
and those are not supposed to be pushed, did it get created in your case?
g
nope only 2 files are created
what's the command to stop the server ? do I need to stop container ?
p
docker-compose down
👍 1