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

Fix docker compose up. #285

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Fix docker compose up. #285

merged 3 commits into from
Oct 23, 2024

Conversation

dbernstein
Copy link
Contributor

Description

This update gets the docker compose up command working again.

Before this change I was seeing the following error:

vlc-1    | virtuallibrarycard.Library.customization: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
vlc-1    | 	HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.
vlc-1    | Superuser created.
vlc-1    | Traceback (most recent call last):
vlc-1    |   File "/usr/local/bin/uwsgi", line 5, in <module>
vlc-1    |     from pyuwsgi import run
vlc-1    | ImportError: libexpat.so.1: cannot open shared object file: No such file or directory
vlc-1 exited with code 1

After we we are able to use docker compose up.

Motivation and Context

How Has This Been Tested?

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

Copy link
Member

@jonathangreen jonathangreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🚀

One minor suggestion in the comments below

Dockerfile Outdated Show resolved Hide resolved
@dbernstein dbernstein merged commit 1b1c78c into main Oct 23, 2024
6 checks passed
@dbernstein dbernstein deleted the fix-docker-compose branch October 23, 2024 22:49
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

Successfully merging this pull request may close these issues.

2 participants