Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playbook fails due to configuration error #1

Open
adrian-rt opened this issue Jul 3, 2024 · 0 comments
Open

playbook fails due to configuration error #1

adrian-rt opened this issue Jul 3, 2024 · 0 comments

Comments

@adrian-rt
Copy link

Hi,

I get the following error when trying to set this up:

TASK [redelk_server : Run docker-compose up again] ***************************************************************************************************************************************** fatal: [178.128.xx.xx]: FAILED! => {"changed": false, "msg": "Configuration error - The Compose file '/opt/redelk/redelk-full.yml' is invalid because:\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound.ports contains an invalid type, it should be a number, or an object"}

I believe it's because of these ports

" ports:
- "${NEO4J_WEB_PORT}:7474"
- "${NEO4J_DB_PORT}:7687"
environment:
"

should probably be numbers everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant