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

Dockerize #2

Merged
merged 6 commits into from
Aug 4, 2023
Merged

Dockerize #2

merged 6 commits into from
Aug 4, 2023

Conversation

lohanidamodar
Copy link
Member

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

networks:
- gateway
ports:
- 3003:3003
labels:
- "traefik.enable=true"
Copy link
Member

Choose a reason for hiding this comment

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

If we don't use traefik, we don't need these

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@lohanidamodar lohanidamodar requested a review from eldadfux August 4, 2023 12:57
@eldadfux eldadfux merged commit a9f9bee into main Aug 4, 2023
id: meta
uses: docker/metadata-action@v4
with:
images: appwrite/appwrite
Copy link
Member

Choose a reason for hiding this comment

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

@lohanidamodar this image name needs to be updated to appwrite/assistant

Comment on lines +41 to +42
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Copy link
Member

Choose a reason for hiding this comment

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

And we don't need all the versions for the image like we do with appwrite.
Just the first combination of major.minor.patch is sufficient

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.

3 participants