nautobot / nautobot-docker-compose

Docker Compose for Nautobot
47 stars 43 forks source link

Docker swarm #53

Closed borgermeister closed 2 months ago

borgermeister commented 2 years ago

Trying to get the compose file to work on Docker Swarm but all containers exits with error code 137. Only Redis and Postgres container is working.

jvanderaa commented 2 years ago

What is error code 137? Is that something from Docker itself?

jvanderaa commented 2 years ago

It looks like Error 137 is related to not enough memory. How is Swarm handling the memory allocations for the containers?

jvanderaa commented 2 years ago

https://www.containiq.com/post/exit-code-137

jdrew82 commented 2 months ago

This appears to be a resource issue related to the Docker Swarm platform so I don't believe is anything that we need to address. Closing.