Working on getting the dev/local operating.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-20 20:43:45 -04:00
parent 3a9339fe6d
commit 57fddd2a9a
2 changed files with 19 additions and 5 deletions
+1 -3
View File
@@ -21,14 +21,13 @@ services:
retries: 3
security_opt:
- no-new-privileges:true
user: "1000:1000" # Non-root user
frontend:
extends:
file: compose.yml
service: frontend
volumes:
- ./frontend/src:/app/src
- ./frontend/build:/app/build
- ./frontend/package.json:/app/package.json
- ./frontend/yarn.lock:/app/yarn.lock
command: ["yarn", "start"]
@@ -45,7 +44,6 @@ services:
retries: 3
security_opt:
- no-new-privileges:true
user: "1000:1000" # Non-root user
postgres:
extends: