-
Notifications
You must be signed in to change notification settings - Fork 3
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
Podman issues #3033
Podman issues #3033
Conversation
Signed-off-by: John DeAngelis <[email protected]>
…eparate files Signed-off-by: John DeAngelis <[email protected]>
Signed-off-by: John DeAngelis <[email protected]>
Signed-off-by: John DeAngelis <[email protected]>
how did you get around the pre-commit hook as seen here: |
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.
Was able to get the app running with podman but don't think we want the prod flag for localdev since it effects the tooling:
podman compose -f docker-compose.static.yml up --build
disregard was running wrong command 🙃 |
What changed
Changes needed to get
podman
working on my M3 Mac (podman
is required by Flexion)docker-compose.yml
files to be platform independentdocker-compose.yml
profiles into separate files--production
dependencies in FEDockerfile
(same as production)How to test
Compose still works and automated tests pass.
Definition of Done Checklist