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

update docker compose #1

Merged
merged 1 commit into from
Dec 28, 2024
Merged

update docker compose #1

merged 1 commit into from
Dec 28, 2024

Conversation

srgoogle23
Copy link
Owner

This pull request includes significant changes to the docker-compose.yml file to update the service configuration for a new application setup. The changes involve renaming services, updating images, and adding new dependencies.

Key changes to the docker-compose.yml file:

  • Renamed the main service from hyperf-skeleton to encurtador and updated the image to hyperf/hyperf:8.3-alpine-v3.20-swoole.
  • Changed the working directory to /app and set the entrypoint to run the Hyperf server.
  • Added new services for PostgreSQL (encurtador-pgsql) and Redis (encurtador-redis) with appropriate environment variables and port mappings.
  • Updated the volumes mapping from /opt/www to /app.
  • Modified the network name from hyperf-skeleton to encurtador.

@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 96b0670 into main Dec 28, 2024
2 checks passed
@srgoogle23 srgoogle23 deleted the configuracoes-de-ambiente branch December 28, 2024 17:59
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