Skip to content

Commit

Permalink
deploy: docker compose에서 mysql 제거
Browse files Browse the repository at this point in the history
- 데이터베이스를 docker container에서 RDS로 이동
  • Loading branch information
soomanbaek committed Sep 28, 2023
1 parent 83c3c26 commit f545f51
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@ services:
image: soomanbaek/toquiz-api:1.0
build: .
depends_on:
- mysql
- redis
extra_hosts:
- host.docker.internal:host-gateway
ports:
- "8080:8080"

mysql:
container_name: mysql
image: soomanbaek/toquiz-mysql:0.1
ports:
- "3306:3306"
extra_hosts:
- host.docker.internal:host-gateway

redis:
container_name: redis
image: soomanbaek/toquiz-redis:0.1
Expand Down

0 comments on commit f545f51

Please sign in to comment.