Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM authored Dec 1, 2024
1 parent 563677b commit 85d96f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: "redis:alpine"
network_mode: "host"
backend:
image: water0641/dudoong-api:1.0.6-2
image: water0641/dudoong-api:1.0.6-3
container_name: backend
env_file:
- .env
Expand All @@ -18,7 +18,7 @@ services:
awslogs-region: "ap-northeast-2"
awslogs-stream: "backend"
front:
image: david0218/dudoong-ticket:1.2.0-1
image: david0218/dudoong-ticket:1.3.0-1
container_name: front
network_mode: "host"
environment:
Expand Down

0 comments on commit 85d96f1

Please sign in to comment.