Skip to content

Commit

Permalink
ci: flyway 검증을 위한 docker-compose.yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonyj1022 authored Nov 2, 2023
1 parent d00ade2 commit e41c44a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "3.9"
services:
mysql:
image: mysql:latest
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: testdb
MYSQL_USER: test
MYSQL_PASSWORD: password
ports:
- "7777:3306"

0 comments on commit e41c44a

Please sign in to comment.