[PR #1] [MERGED] Add Dockerfile and Docker Compose file #119

Closed
opened 2025-10-09 16:52:01 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VERT-sh/VERT/pull/1
Author: @azurejelly
Created: 11/12/2024
Status: Merged
Merged: 11/14/2024
Merged by: @not-nullptr

Base: mainHead: main


📝 Commits (1)

  • c137065 feat: add dockerfile & docker compose configuration

📊 Changes

3 files changed (+59 additions, -0 deletions)

View changed files

.dockerignore (+21 -0)
Dockerfile (+27 -0)
docker-compose.yml (+11 -0)

📄 Description

Made a Dockerfile along with a Docker Compose file to make deployment a bit easier, though I had to change a bit of the Svelte code for it to detect the container environment variables (it was only taking the .env file). Let me know if I didn't do it properly because I've honestly never used Svelte before.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VERT-sh/VERT/pull/1 **Author:** [@azurejelly](https://github.com/azurejelly) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@not-nullptr](https://github.com/not-nullptr) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`c137065`](https://github.com/VERT-sh/VERT/commit/c137065d6011ca28533ba88c425fbe3bd2aded79) feat: add dockerfile & docker compose configuration ### 📊 Changes **3 files changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+21 -0) ➕ `Dockerfile` (+27 -0) ➕ `docker-compose.yml` (+11 -0) </details> ### 📄 Description Made a Dockerfile along with a Docker Compose file to make deployment a bit easier, ~~though I had to change a bit of the Svelte code for it to detect the container environment variables (it was only taking the `.env` file). Let me know if I didn't do it properly because I've honestly never used Svelte before.~~ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 16:52:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VERT-sh/VERT#119