Skip to content

Commit da8f7ff

Browse files
authored
Merge pull request #206 from AthennaIO/develop
chore(npm): update dependencies
2 parents 4825b1d + a171fc1 commit da8f7ff

File tree

6 files changed

+1883
-781
lines changed

6 files changed

+1883
-781
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
MYSQL_ROOT_PASSWORD: 12345
2020
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
2121
ports:
22-
- '3308:3306'
22+
- '3309:3306'
2323
postgres:
2424
image: postgres
2525
env:
@@ -28,7 +28,7 @@ jobs:
2828
POSTGRES_PASSWORD: 12345
2929
POSTGRES_ROOT_PASSWORD: 12345
3030
ports:
31-
- '5434:5432'
31+
- '5435:5432'
3232
strategy:
3333
matrix:
3434
node-version:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version: "3"
1+
version: '3'
22

33
services:
44
mysql:
55
container_name: athenna_db_mysql
66
image: mysql
77
ports:
8-
- "3308:3306"
8+
- '3309:3306'
99
environment:
1010
MYSQL_DATABASE: athenna
1111
MYSQL_ROOT_PASSWORD: 12345
@@ -15,7 +15,7 @@ services:
1515
container_name: athenna_db_postgres
1616
image: postgres
1717
ports:
18-
- "5434:5432"
18+
- '5435:5432'
1919
environment:
2020
POSTGRES_DB: postgres
2121
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)