mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Compose files not seen #58
Labels
No labels
bug
feature-request
help
help wanted
invalid-format
need-reproduce-steps
question
security
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dockge-louislam#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aviortheking on GitHub (Dec 6, 2023).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
I have no compose files seen + it seems that it stop detecting state of compose

the token shown in my compose is out of date
👟 Reproduction steps
docker-compose.ymlout of the/opt/stacksfolder file withdocker-compose up -ddocker-compose stopdocker-compose.ymlfileI think you have to create a compose file an up it once, stop it and delete the compose file
(out of dockge stacks folder)
as the container
491e4c1cac31a1be74020030eb10e5d259a2a820a501ab10e1b8223b36e642f7was made in another folder but the compose file is not present anymore (also the container is down)👀 Expected behavior
we should be able to see the list of stacks and manipulate active containers
😓 Actual Behavior
we don't see the list of stacks and can't manipulate active composes
Dockge Version
1.3.2
💻 Operating System and Arch
Linux SRV1 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
🌐 Browser
Firefox 119.0.1
🐋 Docker Version
Docker version 20.10.24+dfsg1, build 297e128
🟩 NodeJS Version
No response
📝 Relevant log output
@louislam commented on GitHub (Dec 6, 2023):
The reproduce steps is not clear and don't quite understand, because you said you deleted the compose file.
Isn't expected? because you deleted the compose file and won't able to show in the list.
@Aviortheking commented on GitHub (Dec 6, 2023):
another explanation :
docker-compose.ymlout of the/opt/stacksfolder file withdocker-compose up -ddocker-compose stopdocker-compose.ymlfileYou will have a stopped container with a non existing compose file
@Aviortheking commented on GitHub (Dec 6, 2023):
I'm not quite sure why it happens, but the containers linked to the errors are containers that had their lifecycle like above
@louislam commented on GitHub (Dec 6, 2023):
If you want to delete a stack, you must use
docker compose down,stopis not OK. You should check docker compose docs if you have any questions.It is a docker question, not a bug.
@Aviortheking commented on GitHub (Dec 9, 2023):
welp the containers were bassically stopped because they were meant to be restarted so we didn't want to have networks and all removed
@Aviortheking commented on GitHub (Dec 9, 2023):
but even so, stopped containers should not crash Dockge compose recognition, it should skip them at least I think