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

Staging won't build due to invalid docker-compose: rss-build #2810

Closed
humphd opened this issue Feb 2, 2022 · 1 comment · Fixed by #2811
Closed

Staging won't build due to invalid docker-compose: rss-build #2810

humphd opened this issue Feb 2, 2022 · 1 comment · Fixed by #2811
Assignees
Labels
area: docker type: bug Something isn't working
Milestone

Comments

@humphd
Copy link
Contributor

humphd commented Feb 2, 2022

+ cd ..
+ rm -rf telescope
+ git clone https://github.com/Seneca-CDOT/telescope.git --depth=1
Cloning into 'telescope'...
+ cd telescope
+ '[' staging = production ']'
+ '[' staging = staging ']'
+ ENV_FILE=config/env.staging
++ docker-compose --env-file config/env.staging --project-name=blue ps -q
The Compose file './docker/production.yml' is invalid because:
Unsupported config option for services.elasticsearch: 'rss-bridge'
+ [[ -n '' ]]
+ ENV=blue
+ OLD=green
+ echo GIT_COMMIT=6ac1750be9ea0ff49f1ed2ace4f779b87addc171
+ echo 'Building blue Container'
+ docker-compose --env-file config/env.staging --project-name=blue build
Building blue Container
The Compose file './docker/production.yml' is invalid because:
Unsupported config option for services.elasticsearch: 'rss-bridge'

I don't know exactly what this is, maybe the - in the name?

@humphd humphd added this to the 2.6 Release milestone Feb 2, 2022
@humphd
Copy link
Contributor Author

humphd commented Feb 2, 2022

docker-compose -f docker/production.yml config
WARN[0000] The "WEB_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "API_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "IMAGE_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "SSO_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTS_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "SEARCH_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "FEED_DISCOVERY_URL" variable is not set. Defaulting to a blank string.
services.elasticsearch Additional property rss-bridge is not allowed

@humphd humphd self-assigned this Feb 2, 2022
@humphd humphd linked a pull request Feb 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docker type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant