Fix bindplane cos module (#2781)

Fix bindplane cos module
This commit is contained in:
simonebruzzechesse
2024-12-23 10:37:09 +01:00
committed by GitHub
parent 7cb162bfb2
commit bf2995d94b
4 changed files with 25 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ write_files:
volumes:
bindplane:
prometheus:
services:
prometheus:
container_name: bindplane-prometheus
@@ -57,14 +57,14 @@ write_files:
- "9090:9090"
volumes:
- prometheus:/prometheus
transform:
container_name: bindplane-transform-agent
restart: always
image: ${bindplane_transform_agent_image}
ports:
- "4568:4568"
bindplane:
container_name: bindplane-server
restart: always
@@ -72,6 +72,7 @@ write_files:
ports:
- "3001:3001"
environment:
- BINDPLANE_LICENSE=${license}
- BINDPLANE_USERNAME=admin
- BINDPLANE_PASSWORD=${password}
- BINDPLANE_REMOTE_URL=http://${remote_url}:3001