-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
Rename compose to implicit dev name
ad773a6
to
5a55846
Compare
Are there other PR's that go along with this? |
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.
is this .. intentional?
badgehub-frontend: | ||
image: ghcr.io/badgeteam/badgehub-frontend:${FRONTEND_IMAGE_TAG:-latest} | ||
ports: | ||
- "8001:3000" |
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.
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 |
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.
With this restart policy, is it still possible to stop the container without deleting it?
Not much to add here but meaning to standardize the compose files across badgehub.