Skip to content

Commit

Permalink
non-std-port
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Jun 28, 2024
1 parent a73fcdd commit d5e20cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/abstract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
mysql:
image: mysql:latest
ports:
- 3307:3306
- 3307:3307
env:
MYSQL_DATABASE: "gleam_cake_test"
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_TCP_PORT: 3307
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
needs: deps
strategy:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ services:
- 127.0.0.11
image: "mysql:latest"
ports:
- "127.0.0.1:3307:3306"
- "127.0.0.1:3307:3307"
volumes:
- ./docker/data/mysql-data:/var/lib/mysql
environment:
MYSQL_DATABASE: "gleam_cake_test"
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_TCP_PORT: 3307
volumes:
gleam-cake-test:

0 comments on commit d5e20cb

Please sign in to comment.