Commit Graph

14 Commits

Author SHA1 Message Date
nutomic 8431f53805 Move volumes into subfolder (ref #474) (#23)
Change ports and container names

Move volumes into subfolder (ref #474)

Merge pull request #587 from StaticallyTypedRice/patch-2

Clarify that content violating this code of conduct will likely be removed.
Clarify that content violating this code of conduct will likely be removed.

Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct.

Co-authored-by: Felix <me@nutomic.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-03-09 16:50:28 +00:00
Dessalines 9e5cf8f272 First pass at adding oembeds / iframely. 2020-02-17 11:18:01 -05:00
Dessalines 6248392992 Config fixes.
- Adding front_end_dir to settings.
- Adding unit test for PasswordResetRequest encryption.
- Readme points to lemmy.hjson
- Fixing docker prod, dev, and ansible builds.
- Removing redundant env files, as all config is now in a single file.
- Some formatting fixes.
2019-12-28 16:11:03 -05:00
Felix Ableitner f7333705dc update documentation, docker and ansible files 2019-12-27 17:28:46 +01:00
Dessalines 3aa24ff5f2 Adding restart=always to other docker services. 2019-11-21 11:29:59 -08:00
Dessalines 42dccd60ce Changing back to shtripok pictshare. 2019-11-01 23:45:43 -07:00
Dessalines b89d6305ba Password reset mostly working. 2019-11-01 23:41:57 -07:00
Felix Ableitner 34932de39b Only bind to local ports in docker-compose.yml 2019-10-16 11:01:47 +02:00
Dessalines b6046f707e Externalizing rate limits. Upgrading to Rust 1.38
- Fixes #290
2019-10-13 12:06:18 -07:00
Dessalines 4ac00fea8a Adding restart always to docker. 2019-09-19 18:01:43 -07:00
Dessalines de80db1b96 Allow Image uploads through docker pictshare.
- Fixes #210
2019-09-07 20:42:01 -07:00
Dessalines 283d8cd692 Updating docker-compose to version 3
- Removing health checks.
- #227
2019-08-21 15:29:35 -07:00
Dessalines 6fe4b9eb37 Some fixes for the docker build.
- Messed with readme.
- They needed to be `.env`, not `env`.
- Leaving the nginx file there, but extracting it out of the main setup. Ppl might use apache, or none at all.
- Docker 3.3 doesn't work with the DB health check unfortunately, so I changed that back to 2.4.
- Changed the env in the docker folder so it doesn't need to be edited, someone could just pull this and start it up if they just wanna test it.
2019-08-20 16:20:46 -07:00
Dessalines fc6bd5ad83 Reorganizing docker compose files.
- Fixes #197
2019-08-15 18:05:49 -07:00