root: move docker files to lifecycle/containers and change docker-compose to compose (#16624)

This commit is contained in:
Connor Peshek
2025-12-18 18:23:54 -06:00
committed by GitHub
parent 59460ac840
commit 646a0d3692
32 changed files with 56 additions and 67 deletions

View File

@@ -32,7 +32,7 @@ A local clone of the authentik repository is required to be able to set breakpoi
The debug port needs to be accessible on the local machine. By default, this is port 9901. Additionally, the container being debugged must be started as `root`, because additional dependencies need to be installed on startup.
When running in Docker Compose, a file `docker-compose.override.yml` can be created next to the authentik docker-compose.yml file to expose the port, change the user, and enable debug mode.
When running in Docker Compose, a file `compose.override.yml` can be created next to the authentik `compose.yml` file to expose the port, change the user, and enable debug mode.
```yaml
services: