Skip to content

Commit

Permalink
chore: application-aws.yml secret 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 7857b5a commit 2dfafa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- ./tokens:/config/tokens
networks:
- app-network
restart: always

batch-job:
image: docker.io/clean01/layer-server_layer-batch:latest
Expand All @@ -27,6 +28,7 @@ services:
- app-network
depends_on:
- java-app
restart: always

nginx:
image: nginx:latest
Expand Down

0 comments on commit 2dfafa3

Please sign in to comment.