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

Change project settings #3

Merged
merged 29 commits into from
Dec 29, 2024
Merged

Change project settings #3

merged 29 commits into from
Dec 29, 2024

Conversation

srgoogle23
Copy link
Owner

This pull request includes several changes to improve the configuration and setup of the project, including updates to environment variables, Docker configurations, and workflows. The most important changes are grouped into environment configuration updates, Docker-related changes, and workflow improvements.

Environment Configuration Updates:

  • Updated database credentials in .env.example to use the encurtador database, username, and password.

Docker-related Changes:

  • Removed the default Dockerfile in .github/workflows/Dockerfile.
  • Updated the Dockerfile to use hyperf:8.3-alpine-v3.20-swoole, set the timezone to America/Sao_Paulo, and added copying of .env.example to the working directory. [1] [2]
  • Modified docker-compose.yml to update the entrypoint for the encurtador service to include Composer installation and migration commands.

Workflow Improvements:

  • Added a new GitHub Actions workflow in test.yml to run tests with Composer, including steps for setting up Docker and Docker Compose, running tests, and shutting down containers.

Documentation Changes:

  • Removed the introductory and installation sections from README.md to simplify the documentation.

@srgoogle23 srgoogle23 added the enhancement New feature or request label Dec 28, 2024
@srgoogle23 srgoogle23 self-assigned this Dec 28, 2024
@srgoogle23 srgoogle23 merged commit 0417c80 into main Dec 29, 2024
@srgoogle23 srgoogle23 deleted the change-project-settings branch December 29, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant