Expose mysql port to internet for dev purposes during hackathon
This commit is contained in:
parent
01c1594df1
commit
c95ccda282
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ services:
|
|||
rust-engine:
|
||||
image: ghcr.io/${REPO_NAME_LOWER}/rust-engine:${IMAGE_TAG}
|
||||
restart: always
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue