eod commit, working beta deployed (https://dev.security-command.org/)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user