Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into fix/DDING-000
Browse files Browse the repository at this point in the history
# Conflicts:
#	compose-dev.yaml
  • Loading branch information
wonjunYou committed Nov 16, 2024
2 parents cd47197 + 62f462f commit 97ab8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '3.8'
services:
spring:
image: public.ecr.aws/${DEV_ECR_REGISTRY_ALIAS}/dev-ecr:${VERSION:-latest}
volumes:
- mysql-volume:/var/lib/mysql
environment:
- VERSION=${VERSION:-latest}
- SPRING_PROFILES_ACTIVE=dev
Expand Down

0 comments on commit 97ab8e2

Please sign in to comment.