Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 45338b7

Browse files
authored
Removed custom PORT env var from web service Dockerfile
1 parent 0471fd2 commit 45338b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker-compose.coolify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ services:
1515
container_name: swarmy-web
1616
restart: unless-stopped
1717
ports:
18-
- 4321:3000
18+
- 4321:4321
1919
environment:
2020
- API_URL=$SERVICE_FQDN_API

services/web/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ COPY --from=build /usr/src/app/services/web/dist ./dist
5656
ENV API_URL=http://api:3000/
5757
ENV HOST=0.0.0.0
5858
ENV NODE_ENV=production
59-
ENV PORT=4321
6059

6160
EXPOSE 4321/tcp
6261

0 commit comments

Comments
 (0)