Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SAINIAbhishek committed Sep 11, 2024
1 parent 60e1d92 commit 4597b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
args:
NODE_ENV: production
# This is the name we’ll use to refer to this image in Docker commands or to push to a Docker registry.
image: sainiabhishek/fullstack_task-api:1.1.0
image: sainiabhishek/fullstack_task-api:1.1.1
container_name: api
env_file: ./server/.env
restart: always
Expand Down Expand Up @@ -80,7 +80,7 @@ services:
args:
NODE_ENV: production
# This is the name we’ll use to refer to this image in Docker commands or to push to a Docker registry.
image: sainiabhishek/fullstack_task-frontend:1.1.1
image: sainiabhishek/fullstack_task-frontend:1.2.0
container_name: frontend
restart: always
environment:
Expand Down

0 comments on commit 4597b11

Please sign in to comment.