fix
This commit is contained in:
parent
47a3233265
commit
b5d1982b63
2 changed files with 5 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue