Skip to content

Commit

Permalink
Merge pull request #707 from hngprojects/Ravencodess-patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
DrInTech22 authored Jul 28, 2024
2 parents c9c8f8a + 3333349 commit 7ec8906
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docker/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ services:
- 3100:3000
restart: always

next-dev-frontend-2:
build:
context: ../../
dockerfile: docker/development/Dockerfile
ports:
- 3130:3000
restart: always
# next-dev-frontend-2:
# build:
# context: ../../
# dockerfile: docker/development/Dockerfile
# ports:
# - 3130:3000
# restart: always
14 changes: 7 additions & 7 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ services:
- 3000:3000
restart: always

next-prod-frontend-2:
build:
context: ../../
dockerfile: docker/prod/Dockerfile
ports:
- 3030:3000
restart: always
# next-prod-frontend-2:
# build:
# context: ../../
# dockerfile: docker/prod/Dockerfile
# ports:
# - 3030:3000
# restart: always

0 comments on commit 7ec8906

Please sign in to comment.