Skip to content

Commit

Permalink
fix for docker compose YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Sep 13, 2024
1 parent d50ecc0 commit 7181569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/etos-iut/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
ports:
- 8080:8080
env_file:
- ./configs/development.env
entrypoint: ["/bin/bash", "./scripts/entrypoint.sh"]
- ../../configs/development.env
entrypoint: ["/app/bin/iut"]
4 changes: 2 additions & 2 deletions deploy/etos-logarea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
ports:
- 8080:8080
env_file:
- ./configs/development.env
entrypoint: ["/bin/bash", "./scripts/entrypoint.sh"]
- ../../configs/development.env
entrypoint: ["/app/bin/logarea"]

0 comments on commit 7181569

Please sign in to comment.