feat: Initial commit.
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal 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
3
example.env
Normal file
@@ -0,0 +1,3 @@
|
||||
PORT=8081
|
||||
OAUTH_CLIENT_ID=client_id # Replace with client id.
|
||||
OAUTH_CLIENT_SECRET=secret # Replace with client secret.
|
||||
Reference in New Issue
Block a user