-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Trying to get the quick start working with podman, initial issues:
- Privileged default ports - this is a simple fix, just requires making sure all the ports are plumbed through to use the env variables
- Docker vs Podman env handling - this was a bit of a headache, the podman requires interpolation to use .env vars, not just declaring them in the instance, took me a while to figure out
- S3 - Probably related to the environment variable issue, but web is trying to initialize S3 and gets an invalid access key id, despite being pointed at the minio instance. Still not sure where this is happening, and attempts to log it haven't worked out so far.