app up. ui garbage.

This commit is contained in:
Software Shinobi
2026-02-09 11:43:33 -05:00
parent 189c6b7b26
commit 8559ccde01
2 changed files with 17 additions and 12 deletions

View File

@@ -1,4 +1,19 @@
services:
# The Django Web Application
web:
build: .
container_name: card-players-unite-web
ports:
- "8000:8000"
volumes:
- .:/home/app/webapp
environment:
- POSTGRES_DB=maverickdb
- POSTGRES_USER=maverickdb
- POSTGRES_PASSWORD=maverickdb
- POSTGRES_HOST=card-players-unite-postgres
depends_on:
- card-players-unite-postgres
card-players-unite-postgres:
@@ -26,8 +41,6 @@ services:
card-players-unite-pgadmin:
build: .
container_name: card-players-unite-pgadmin
image: dpage/pgadmin4