Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker refresh #1001

Merged
merged 31 commits into from
May 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5f2eac3
Docker files in local directory
jonocodes Apr 28, 2024
8719555
Add some TODO notes
jonocodes Apr 28, 2024
3330548
Working on db setup script
jonocodes May 3, 2024
6efb14d
User creating with sqlite working
jonocodes May 4, 2024
b6a2a84
Better error handling when creating user
jonocodes May 5, 2024
62c3a86
Healthcheck. Makefile. setup_system script
jonocodes May 6, 2024
572290a
entrypoint cleanup
jonocodes May 7, 2024
58fb25c
adding push and test to makefile
jonocodes May 7, 2024
4bbf969
Move run time data into local data dir.
jonocodes May 7, 2024
562cc53
fpm logging is now working
jonocodes May 7, 2024
8c39c10
fixed setup.php
jonocodes May 10, 2024
9fa3313
prevent existing account from causing crash
jonocodes May 10, 2024
613df9d
add setup to makefile
jonocodes May 10, 2024
ae86e2f
updating inline notes
jonocodes May 10, 2024
c3eb97e
fixed need for composer update
jonocodes May 10, 2024
fcff989
relocate functions import
jonocodes May 10, 2024
d4ae036
remove comment about debug logging
jonocodes May 10, 2024
19dab2d
update setup db
jonocodes May 10, 2024
8546f17
got sqlite working in container
jonocodes May 11, 2024
10aa2ea
installing suggested extensions
jonocodes May 12, 2024
a04a5e6
Setup image tagging
jonocodes May 15, 2024
0e6b6b4
clean up
jonocodes May 15, 2024
7c5afd7
create docker compose example
jonocodes May 15, 2024
0b95a55
create readme for dockerhub
jonocodes May 16, 2024
074a7c2
add tag note to readme
jonocodes May 16, 2024
36a18de
Fix test. Add readme upload
jonocodes May 18, 2024
c750373
env var notes
jonocodes May 19, 2024
53f855d
Fix attachment issue
jonocodes May 20, 2024
4f4ae38
Add env var descriptions to readme
jonocodes May 24, 2024
599132b
Splitting out command for pushing the readme
jonocodes May 24, 2024
2869597
fix broken TODO in readme
jonocodes May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
env var notes
jonocodes committed May 19, 2024
commit c75037304aedb7dccaed8f9771d04fe35b1c9397
4 changes: 3 additions & 1 deletion docker/DOCKERHUB-README.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ This is the official docker image of [Cypht](https://cypht.org/).
* All Cypht mods and configuration options can be set via environment variables
* Automatic database setup (if configured to use database)

It recommended that you choose a specific version number tag instead of using 'latest' since 'latest' may represent master which may not be stable.

## Example docker-compose

See example file here:
@@ -39,4 +41,4 @@ Make changes to it and source it in to the docker-compose via 'env_file':
- /etc/cypht-prod.env
```
It is also recommended that you choose a specific version number tag instead of using 'latest' since 'latest' may represent master which may not be stable.
In order to avoid confusion, it is best to use only the env file and not set addition env vars in the docker compose file if possilbe.