Create file_locations.md
This commit is contained in:
parent
8190dbe21c
commit
1b2f9efeec
1 changed files with 10 additions and 0 deletions
10
docs/handbook/infrastructure/file_locations.md
Normal file
10
docs/handbook/infrastructure/file_locations.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# File Locations
|
||||
To try and standardize things, aim to store specific files in an appropriate location, so that they can easily be located in the future.
|
||||
|
||||
## `docker-compose.yml`
|
||||
When using a Docker Compose file on Debian/Ubuntu, make the specific service its own directory in `/srv/`, and put the `docker-compose.yml` file inside that directory.
|
||||
|
||||
For example: `/srv/authentik/docker-compose.yml`
|
||||
|
||||
## `Caddyfile`
|
||||
When using the Caddy web server on Debian/Ubuntu, and when configuring the server using the Caddyfile, store the file in `/etc/caddy/Caddyfile`
|
Loading…
Add table
Add a link
Reference in a new issue