This commit is contained in:
Pavel Zilke 2025-11-25 23:15:20 +03:00
parent 47a3233265
commit b5d1982b63
2 changed files with 5 additions and 8 deletions

View file

@ -14,7 +14,7 @@ services:
eks-backend:
image: ${IMAGE:-eks-app:latest}
user: appuser
user: app
working_dir: /home/app
depends_on:
- db
@ -38,7 +38,7 @@ services:
eks-cde:
image: ${IMAGE:-eks-app:latest}
user: cdeuser
user: cde
working_dir: /home/cde
entrypoint: ["java", "-jar", "/home/cde/cde.jar"]
volumes: