-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
move docker-compose to docker compose #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Straight 🙌
PS: Don't we need to update the ci.yml file as well and replace docker-compose
with docker compose
? (L30, L33, L36)
Good catch on the CI! I've submitted a change (see 55069b4) and I'll try and get CI to run, but seeing some errors just now:
|
yikes, the small PR turns into a big one!! After following Diana's advice, I dropped Node 8 in CI test matrix and pinned
I then got a couch auth error:
I was unable to connect to the container externally, so I updated the compose file to expose the port and to use a modern couch version. This worked! Tests now showed:
Now however I'm getting an auth error when connecting to postgres. I note that it's using the MedicOS Postgres image from this Dockerfile from 4 years ago. This is the error I get:
Using Down the rabbit hole I go!! I suspect using modern postgres might be easier? |
As an end of the day effort, I tried bumping to latest
|
OK! After many hours of trying to get this PR to get CI to a passing state, and after getting some second opinions - I'm going to close this PR. It looks like CI hasn't run in My vote is that we actually hard archive this so no further changes can be made to double down on the soft archive we've already done. I'll take this idea up with the community! |
No description provided.