eod commit, working beta deployed (https://dev.security-command.org/)

This commit is contained in:
2025-11-26 19:51:26 +01:00
parent 70eb05c10b
commit e0298c9934
7 changed files with 128 additions and 56 deletions

View File

@@ -1,15 +1,11 @@
services:
app:
build:
context: ./app
dockerfile: Dockerfile
container_name: cdn_web
depends_on:
- db
ports:
- "8080:8080"
- "8080:8080" // how do these get passed to my exe?, etc
environment:
# env shee
DB_HOST: db
DB_USER: appuser
DB_PASS: s3cret