Add Docker Compose configurations for Authentik and Gatus services; create example environment files for both services.

This commit is contained in:
Peter Wood
2025-04-29 16:03:58 -04:00
parent ce9a26d2a4
commit 994715cbf9
5 changed files with 145 additions and 12 deletions

View File

@@ -1,18 +1,18 @@
# Start container
Execute command.
# Docker things
```bash
cd media
docker compose up -d
```
## Useful aliases
Navigate to http://localhost:8080 to access download client's WebUI.
`dcdn`=`docker compose down`
`dcupd`=`docker compose up -d`
`dcpull`=`docker compose pull`
`dsta`=`docker stop $(docker ps -q)`
`dclf`=`docker compose logs -f`
`dxcit`=`docker container exec -it`
`lzd`=`lazydocker`
# View download client logs
## Putting it all together
Open console for the download client and run this command.
Shut it down, pull the latest images, and start it up again:
```bash
tail -f config/qBittorrent/logs/qbittorrent.log
```
`dcdn; dcpull; dcupd`