-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to Deploy Redis Containers Following Instructions #974
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Following this Defang documentation to deploy to AWS as BYOC.
https://docs.defang.io/docs/tutorials/deploy-to-aws
The documentation states that
compose.yaml
needs to be created by following thishttps://docs.docker.com/compose/gettingstarted/
Encountered an error where the Redis container could not be connected.
Steps Taken
Created the
compose.yaml
file with the following content:Ran the command:
defang compose up --project-name=yutadeploy --provider=aws
Issue Encountered
Expected Behavior
web
service.Modifications Made
Updated
compose.yaml
with the following changes:6.2
instead ofalpine
.Outcome
Needed Steps
The text was updated successfully, but these errors were encountered: