Files
directus/docs
maggie0002 d933c0a9d6 Close open ports for security improvement
- Ports are not required here, as all three containers share the same 'directus' network. They can communicate with each other internally. Opening the ports only exposes the database and cache to the world (the internet) unnecessarily, posing more of a security issue. 

- 'Container name:' ensures that the container adopts that specific name. While by default the container will start with the name specified at the top of each container section (i.e. directus, cache, database), if one of those names is occupied it risks reverting to an alternative, which will have networking implications as those specific hostnames are sought from the other containers. With 'container name:' set, it will return an error that the container name is in use. Adopting here the 'explicit is better than implicit' approach. 

'Depends on:' as the name suggests, ensures that the database and cache are up and running before Directus starts.
2021-01-23 10:15:59 -08:00
..
2020-11-03 10:01:53 -05:00
2020-11-12 11:42:32 -05:00
2020-10-09 00:42:42 +02:00
2020-10-07 21:57:22 -04:00
2020-11-18 20:49:50 -05:00
2020-12-28 18:42:31 -05:00
2021-01-15 17:31:21 -05:00
2021-01-21 14:53:30 -05:00
2021-01-21 14:53:30 -05:00

Directus Documentation

Welcome to the Directus documentation.

Getting Started

Novice Oriented. For a platform introduction and installation.

Concepts

Learning Oriented. For understanding the platform.

Guides

Problem Oriented. Follow along with steps while working.

Reference

Information Oriented. Look up info and specificationss while working.