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

feat: Self Host on Coolify with one click #289

Merged
merged 1 commit into from
Nov 7, 2024
Merged

feat: Self Host on Coolify with one click #289

merged 1 commit into from
Nov 7, 2024

Conversation

HugoRCD
Copy link
Owner

@HugoRCD HugoRCD commented Nov 7, 2024

This pull request includes updates to the Docker setup for the shelve application, focusing on the Dockerfile and the docker-compose.community.yml configuration file. The changes streamline the build process and add metadata for better documentation and management.

Dockerfile updates:

  • Added a new copy command to include the prisma directory from the build context. (apps/shelve/Dockerfile)

docker-compose updates:

  • Added metadata to docker-compose.community.yml for documentation, slogan, tags, logo, and port information. (docker-compose.community.yml)
  • Updated the shelve_app service to use a pre-built image from GitHub Container Registry instead of building from the Dockerfile. (docker-compose.community.yml)
  • Removed the ports section and added a command to run Prisma migrations on startup. (docker-compose.community.yml)

resolve #288

@HugoRCD HugoRCD self-assigned this Nov 7, 2024
Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
shelve-app ⬜️ Ignored (Inspect) Nov 7, 2024 1:54pm
shelve-lp ⬜️ Ignored (Inspect) Nov 7, 2024 1:54pm

Copy link

github-actions bot commented Nov 7, 2024

Thank you for following the naming conventions! 🙏

@github-actions github-actions bot added the feature New feature or request label Nov 7, 2024
@HugoRCD HugoRCD merged commit f0e91e5 into main Nov 7, 2024
12 checks passed
@HugoRCD HugoRCD deleted the feat/288 branch November 7, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Self Host on Coolify with one click
1 participant