fix: update front service port mapping in production Docker Compose
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
|||||||
image: git.crowmate.fr/crowmate/nest-front:latest
|
image: git.crowmate.fr/crowmate/nest-front:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "5143:80"
|
||||||
environment:
|
environment:
|
||||||
API_URL: http://api:3000
|
API_URL: http://api:3000
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user