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

Docker compose standarization #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pitastrudl
Copy link
Collaborator

Not much to add here but meaning to standardize the compose files across badgehub.

@pitastrudl pitastrudl force-pushed the compose-standarization branch from ad773a6 to 5a55846 Compare January 4, 2025 14:25
@francisduvivier
Copy link
Collaborator

Not much to add here but meaning to standardize the compose files across badgehub.

Are there other PR's that go along with this?

Copy link
Collaborator

Choose a reason for hiding this comment

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

is this .. intentional?

badgehub-frontend:
image: ghcr.io/badgeteam/badgehub-frontend:${FRONTEND_IMAGE_TAG:-latest}
ports:
- "8001:3000"
Copy link
Collaborator

Choose a reason for hiding this comment

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

How is the setup now? Does this compose file get used by the production setup? Or how is this supposed to be used?

image: ghcr.io/badgeteam/badgehub-frontend:${FRONTEND_IMAGE_TAG:-latest}
ports:
- "8001:3000"
restart: always
Copy link
Collaborator

Choose a reason for hiding this comment

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

With this restart policy, is it still possible to stop the container without deleting it?

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