Skip to content

ci: $DATABASE_URL를 가져오는 지 확인 #9

ci: $DATABASE_URL를 가져오는 지 확인

ci: $DATABASE_URL를 가져오는 지 확인 #9

Workflow file for this run

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"