Skip to content

Commit

Permalink
chore-be(Actions): docker-compose.prod 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xogns1514 authored Oct 22, 2024
1 parent f5799e0 commit 2308d47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
image: cruru/cruru:${DOCKER_IMAGE_VERSION_TAG}
ports:
- ${BLUE_SERVER_BINDING_PORT}
- ${BLUE_MONITORING_BINDING_PORT}
env_file:
- .env
environment:
Expand All @@ -26,7 +25,6 @@ services:
image: cruru/cruru:${DOCKER_IMAGE_VERSION_TAG}
ports:
- ${GREEN_SERVER_BINDING_PORT}
- ${GREEN_MONITORING_BINDING_PORT}
env_file:
- .env
environment:
Expand All @@ -44,6 +42,7 @@ services:
restart: always
ports:
- "80:80"
- ${MONITORING_BINDING_PORT}
volumes:
- ./nginx-conf:/etc/nginx/conf.d
- ./html:/usr/share/nginx/html
Expand Down

0 comments on commit 2308d47

Please sign in to comment.