chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
283 stars 318 forks source link

Containers does not init in boot #38

Closed kaciker closed 4 years ago

kaciker commented 4 years ago

To modify the composer to be able that containers are up in case of rebooting.

bconway commented 4 years ago

I think that is outside the scope of an individual docker-compose file.

https://www.google.com/search?q=docker+compose+on+boot

kaciker commented 4 years ago

Thnaks, you right, finally with a simple command "docker update --restart unless-stopped NAME" by each container is done

brocaar commented 4 years ago

I'm closing this issue. This repo is intended as an example to get you started. It is expected that you need to do some customization for production purposes (e.g. making sure services are started on boot, ...).