[PR #51] [MERGED] Dockerize #61

Closed
opened 2026-02-27 09:12:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maelstrom-cms/odin/pull/51
Author: @dweissengruber
Created: 3/4/2021
Status: Merged
Merged: 3/4/2021
Merged by: @OwenMelbz

Base: masterHead: dockerize


📝 Commits (3)

📊 Changes

5 files changed (+1764 additions, -0 deletions)

View changed files

Dockerfile (+138 -0)
chrome.json (+1535 -0)
docker-compose.yml (+56 -0)
docker/entrypoint.sh (+10 -0)
docker/odin.conf (+25 -0)

📄 Description

Add Dockerfile to build an container based off php:7.4-fpm-alpine with all of odins features supported.

Included is also a docker-compose.yml file for a full deployment with mysql + redis.

Usage:

# Build odin Container
docker-compose build
# Start Redis + Mysql + Odin
docker-compose up

🔄 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/maelstrom-cms/odin/pull/51 **Author:** [@dweissengruber](https://github.com/dweissengruber) **Created:** 3/4/2021 **Status:** ✅ Merged **Merged:** 3/4/2021 **Merged by:** [@OwenMelbz](https://github.com/OwenMelbz) **Base:** `master` ← **Head:** `dockerize` --- ### 📝 Commits (3) - [`5525153`](https://github.com/maelstrom-cms/odin/commit/55251535aff64141aa956c4553b58161a1459412) ✨ Dockerize Odin - [`8b80bbb`](https://github.com/maelstrom-cms/odin/commit/8b80bbbb39ca9ea4dbc48d569e2f3d47edfc8450) ✨ Dockerize Odin - [`d63885c`](https://github.com/maelstrom-cms/odin/commit/d63885c84bb2d617f0f6fb04f8fbfd3330352371) ✨ define docker container dependencies ### 📊 Changes **5 files changed** (+1764 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+138 -0) ➕ `chrome.json` (+1535 -0) ➕ `docker-compose.yml` (+56 -0) ➕ `docker/entrypoint.sh` (+10 -0) ➕ `docker/odin.conf` (+25 -0) </details> ### 📄 Description Add Dockerfile to build an container based off php:7.4-fpm-alpine with all of odins features supported. Included is also a docker-compose.yml file for a full deployment with mysql + redis. ### Usage: ```bash # Build odin Container docker-compose build # Start Redis + Mysql + Odin docker-compose up ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:12:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/odin-maelstrom-cms#61
No description provided.