summaryrefslogtreecommitdiffstats
path: root/docker/dev/Dockerfile
AgeCommit message (Collapse)Author
2020-07-13Adding docker workspace caching. Fixes #940 (#958)Dessalines
2020-07-10Split code into cargo workspaces (#67)nutomic
More fixes - fixed docker builds - fixed mentions regex test - fixed DATABASE_URL stuff - change schema path in diesel.toml Address review comments - add jsonb column back into activity table - remove authors field from cargo.toml - adjust LEMMY_DATABASE_URL env var usage - rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL Decouple utils and db Split code into cargo workspaces Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
2020-06-14Some reorg of Dockerfiles.Dessalines
2020-06-12Adding lld to docker builds. #810Dessalines
2020-06-12Various build optimizationsFelix Ableitner
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-01-11Upping rust-musl to 1.40.0Dessalines
2020-01-01Include docs in docker imageFelix Ableitner
2019-12-27Fix review commentsFelix Ableitner
2019-12-27update documentation, docker and ansible filesFelix Ableitner
2019-11-23basic, working rss feedsFelix Ableitner
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-01Password reset mostly working.Dessalines
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
- Fixes #290
2019-08-28Removing latest from dockerfile.Dessalines
2019-08-15Reorganizing docker compose files.Dessalines
- Fixes #197