We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fdd01 commit 0ce07c7Copy full SHA for 0ce07c7
docker-compose.yaml
@@ -4,7 +4,7 @@ services:
4
build: .
5
restart: always
6
environment:
7
- - APP_PORT=8000
+ - APP_PORT=8080
8
- DATABASE_HOST=postgres
9
- DATABASE_PORT=5432
10
- DATABASE_NAME=postgres
@@ -13,9 +13,9 @@ services:
13
- JWT_SECRET=fdkslhfdshgjldsngklds
14
- JWT_EXPIRATION=24h
15
ports:
16
- - '8000:8000'
+ - '8080:8080'
17
expose:
18
- - '8000'
+ - '8080'
19
depends_on:
20
- postgres
21
networks:
tests/e2e/api_v1.postman_collection.json
@@ -3920,7 +3920,7 @@
3920
},
3921
{
3922
"key": "port",
3923
- "value": "8000",
+ "value": "8080",
3924
"type": "string"
3925
3926
0 commit comments