Skip to content

Commit 0ce07c7

Browse files
committed
e2e snippets fix for CI
1 parent 48fdd01 commit 0ce07c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build: .
55
restart: always
66
environment:
7-
- APP_PORT=8000
7+
- APP_PORT=8080
88
- DATABASE_HOST=postgres
99
- DATABASE_PORT=5432
1010
- DATABASE_NAME=postgres
@@ -13,9 +13,9 @@ services:
1313
- JWT_SECRET=fdkslhfdshgjldsngklds
1414
- JWT_EXPIRATION=24h
1515
ports:
16-
- '8000:8000'
16+
- '8080:8080'
1717
expose:
18-
- '8000'
18+
- '8080'
1919
depends_on:
2020
- postgres
2121
networks:

tests/e2e/api_v1.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3920,7 +3920,7 @@
39203920
},
39213921
{
39223922
"key": "port",
3923-
"value": "8000",
3923+
"value": "8080",
39243924
"type": "string"
39253925
},
39263926
{

0 commit comments

Comments
 (0)