Skip to content

Commit

Permalink
test : 배포 test
Browse files Browse the repository at this point in the history
  • Loading branch information
LHS-11 committed Feb 19, 2024
1 parent cf86700 commit 7f3e66a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

backend-dev:
container_name: backend-dev
# image: limhwasup/gifty-server-dev
image: limhwasup/gifty-server-dev
build:
dockerfile: Dockerfile
context: .
Expand All @@ -38,11 +38,11 @@ services:
- /etc/letsencrypt:/etc/letsencrypt:ro # Share SSL certification
restart: always

fastapi:
container_name: fastapi-dev
build:
dockerfile: Dockerfile
context: ./config/fastapi/dev
ports:
- "8000:8000"
# fastapi:
# container_name: fastapi-dev
# build:
# dockerfile: Dockerfile
# context: ./config/fastapi/dev
# ports:
# - "8000:8000"

0 comments on commit 7f3e66a

Please sign in to comment.