mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #980] [CLOSED] POC: Docker files in local directory #1193
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1193
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/cypht-org/cypht/pull/980
Author: @jonocodes
Created: 4/28/2024
Status: ❌ Closed
Base:
master← Head:local-docker-poc📝 Commits (2)
889da1aDocker files in local directory98ed695Add some TODO notes📊 Changes
7 files changed (+468 additions, -6 deletions)
View changed files
📝
.env.example(+16 -6)➕
docker-compose.yaml(+34 -0)➕
docker/Dockerfile(+67 -0)➕
docker/cypht_setup_database.php(+53 -0)➕
docker/docker-entrypoint.sh(+236 -0)➕
docker/nginx.conf(+40 -0)➕
docker/supervisord.conf(+22 -0)📄 Description
This is a proof of concept how how to move and use docker into the main repo, as discussed here:
https://github.com/cypht-org/cypht-docker/issues/31#issuecomment-2081175722
It does not fully work since I have not lined up the env vars, but you can get it started and see the home page by running:
docker compose up --buildthen visit http://localhost/
I have mostly copied over files from here: https://github.com/cypht-org/cypht-docker/tree/master/image
and I left in the commented out lines so you can see some of the changes I introduced.
docker-compose.yaml here gives several benefits:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.