Fix docker-compose: remap P5 cost from :3005 to :3007 (3005 is Gitea)
This commit is contained in:
@@ -155,7 +155,7 @@ services:
|
|||||||
context: ./05-aws-cost-anomaly
|
context: ./05-aws-cost-anomaly
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "3005:3000"
|
- "3007:3000"
|
||||||
environment:
|
environment:
|
||||||
PORT: "3000"
|
PORT: "3000"
|
||||||
DATABASE_URL: postgresql://dd0c:dd0c-dev@postgres:5432/dd0c_cost
|
DATABASE_URL: postgresql://dd0c:dd0c-dev@postgres:5432/dd0c_cost
|
||||||
|
|||||||
Reference in New Issue
Block a user