mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 22:25:52 +03:00
[PR #52] [MERGED] 17 setup docker compose #256
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/EddieTheCubeHead/Stagnum/pull/52
Author: @KeManen
Created: 2/1/2024
Status: ✅ Merged
Merged: 2/3/2024
Merged by: @KeManen
Base:
master← Head:17-setup-docker-compose📝 Commits (9)
fff6050Added docker ignore for frontend2584872Added alembic upgrade and DATABASE_CONNECTION_STRING to backend dockerfilecda89b1Added docker-compose.yml3715da0Client dockerfile handles no lockfile with pnpm5ccf83aRemoved env var DATABASE_CONNECTION_STRING as it comes from docker-compose1d0ba7aFixed database connection string to use modern postresql prefixfc6958aRenamed DATABASE_CONNECTION_STRING - DATABASE_CONNECTION_URLe897199Removed Host from docker-compose.ymlcc78088Added documentation on how to run the program📊 Changes
6 files changed (+99 additions, -3 deletions)
View changed files
📝
README.md(+34 -0)➕
client/.dockerignore(+7 -0)📝
client/Dockerfile(+4 -2)➕
docker-compose.yml(+51 -0)📝
server/Dockerfile(+2 -0)📝
server/src/alembic/env.py(+1 -1)📄 Description
Acceptance criteria:
Whole project builds with docker compose up.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.