docs added and reskinning

This commit is contained in:
Software Shinobi
2026-02-19 00:45:05 -05:00
parent 7e93b14012
commit d791b80ef8
23 changed files with 679 additions and 27 deletions

View File

@@ -131,7 +131,7 @@ services:
container_name: apis.cardplayersunited.com
image: dpage/apis.cardplayersunited.com
image: apis.cardplayersunited.com
build:
@@ -162,3 +162,23 @@ services:
- POSTGRES_PASSWORD=maverickdb
- POSTGRES_HOST=card-players-unite-postgres
## documentation
docs.cardplayersunited.com:
container_name: docs.cardplayersunited.com
image: docs.cardplayersunited.com
build:
context: docs
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8000:80