mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-06-05 08:18:58 -05:00
[PR #1] [MERGED] Add Dockerfile and Docker Compose file #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
c137065feat: 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.envfile). 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.