mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[PR #51] [MERGED] Dockerize #61
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#61
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/maelstrom-cms/odin/pull/51
Author: @dweissengruber
Created: 3/4/2021
Status: ✅ Merged
Merged: 3/4/2021
Merged by: @OwenMelbz
Base:
master← Head:dockerize📝 Commits (3)
5525153✨ Dockerize Odin8b80bbb✨ Dockerize Odind63885c✨ define docker container dependencies📊 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.