Skip to content

Commit 48fdd01

Browse files
committed
compose fix for CI
1 parent 1b3d47f commit 48fdd01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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=8080
7+
- APP_PORT=8000
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-
- '8080:8080'
16+
- '8000:8000'
1717
expose:
18-
- '8080'
18+
- '8000'
1919
depends_on:
2020
- postgres
2121
networks:

0 commit comments

Comments
 (0)