Kostas
Kostas
Yes , im using it about one year , its stable and lightweight ( sqlite version at least) I think its ok to have a fine-grained version , to make...
Hi @dawesry , thanks for bring this up. Ill mark it as a `good first issue` , edit should happen on scss version , then compile to css to reflect...
Typescript is worth the trouble of a migration. You can indentify lot of issues usually raised in runtime , before even use the lib. Tried today to start a refactor...
Thanks for the input @draeder , so basically isn't possible to have an isolated and working container with bugout ? Tried to open a big range of ports mapped to...
Normaly i would go with --network host option , but besides that the container will be exposed completely to host (network prespective) , seems with that mode cant be used...
No in fact i want do a vertical scaling of my app by offloading some heavy resource demanding and long running processes to separate instances on different vps. I could...
Using host network is not an option for me because i use custom networking for other containers and want to have control of my app's network.Using host network cant have...
Nice , i' ll keep an eye on this project anyway ;)
Indeed using host network in a container doesn't break all existing networking in that host , just doesn't respect any other network configuration for that specific container since is using...
Probably should work reference other containers with their static ip. I ll test it when I find some time.. thanks @draeder