feat: Initial commit.

This commit is contained in:
2025-04-11 21:52:41 -04:00
parent 957b98c640
commit bcc86b5440
2 changed files with 16 additions and 0 deletions

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
docs:
image: git.housh.dev/homelab/docs:latest
container_name: docs
restart: unless-stopped
ports:
- ${PORT:-8081}:80
networks:
- proxy
networks:
proxy:
external: true

3
example.env Normal file
View File

@@ -0,0 +1,3 @@
PORT=8081
OAUTH_CLIENT_ID=client_id # Replace with client id.
OAUTH_CLIENT_SECRET=secret # Replace with client secret.