49736d2587
Merge branch 'documenso:main' into feat/732-toggle-signup-form
2023-12-09 11:55:55 +05:30
dbdef79263
chore: remove old env variable from docker compose
2023-12-09 10:38:48 +05:30
38e5b1d3ce
chore: use minio as s3 storage for document during development ( #588 )
2023-12-08 21:08:30 +11:00
c3fe98b05f
fix: update docker compose entrypoint ( #650 )
2023-11-14 13:11:57 +11:00
d6ae0b44e6
feat: use nextjs.js standalone output for improvised docker image ( #338 )
2023-11-12 13:15:42 +11:00
b0e3abffd6
chore: restore dangling changes from rebase
2023-11-06 14:47:46 +11:00
051c96c92b
fix: further readme updates
2023-11-06 13:01:46 +11:00
9783e16656
add husky and lint-staged to ensure commits are formatted
2023-11-06 13:01:08 +11:00
ba82b1fca8
chore: update dockerfile
2023-08-10 13:51:22 +10:00
e34be16d3d
fix: Docker Compose 'name' attribute causing invalid file issue
2023-06-16 10:44:23 +03:00
dd4568b7fa
typo: documentso >> documenso
2023-06-01 13:58:18 +07:00
d2c5657093
fix: update signup env var
2023-05-06 16:11:56 +10:00
84e3d29589
Use documenso as container name for local development
2023-04-16 18:29:40 +00:00
cb77a40fd9
fix: update postgres port
2023-04-13 23:43:42 +10:00
5dd3713475
feat: add docker support and docker-compose quickstart
...
Add support for production container builds using the provided `Dockerfile` and `build.sh` script. This can later be used with actions to automatically publish to the provided docker registry.
Additionally, support an accelerated developer quickstart using `docker-compose`. Developers can now run the `dx` npm command to quickly spin up a database and mail server.
2023-04-08 23:20:42 +10:00