# net_services A stack of services exposed over the network. The services run in Docker containers and are routed through Nginx. Sensitive data is not stored on the disk when containers start. It is copied into a tmpfs within the container. ## How-to 1. Create a `.env`; see `example.env` 1. Build and run the services ``` ./tools/build docker compose up ``` 1. Add Radicale user You can add as many as you want. ``` htpasswd ${HOST__RADICALE_USERS_DIR}/.htpasswd username ```