(docs) restructuring some old docs and moving dev container docs back to ruby

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 12:47:48 +02:00
parent 33e7fc8b17
commit 5aa477cc59
6 changed files with 67 additions and 202 deletions
-15
View File
@@ -4,21 +4,6 @@ Every App needs to be exposed to something, either an UI, API or other container
### Two kinds of services
##### First: hostNetwork
Always add the hostNetwork option above the "services" section.
This is to try and keep things clear for the user.
```
# Enable Host Networking
- variable: hostNetwork
group: "Networking"
label: "Enable Host Networking"
schema:
type: boolean
default: false
```
##### Main Service
Every App is required to have a main service, the primary thing that users (or other Apps!) connect with. No mater if it's a webUI, an API, a database connection or something totally else, A service is always required.