Skip to content

Commit dd04e20

Browse files
committed
Infra: 운영환경 설정
- application-prod.yml 과 application.yml 동기화
1 parent 530392a commit dd04e20

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker-compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ services:
2424
volumes:
2525
- mysql_data:/var/lib/mysql
2626

27-
mysql:
28-
image: mysql:8.0
29-
container_name: local-mysql
30-
restart: always
31-
environment:
32-
MYSQL_ROOT_PASSWORD: root_pass
33-
MYSQL_DATABASE: testdb
34-
MYSQL_USER: root_user
35-
MYSQL_PASSWORD: root_pass
36-
ports:
37-
- "3306:3306"
38-
volumes:
39-
- mysql_data:/var/lib/mysql
40-
4127
volumes:
4228
redis_data:
4329
mysql_data:

0 commit comments

Comments
 (0)