2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
Commit Graph

1041 Commits

Author SHA1 Message Date
dependabot[bot]
06f7a551ad
chore(deps): bump docker/bake-action from 2.0.0 to 2.1.0 (#832)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 14:29:07 +05:30
saiyam morakhiya
b58a1a6d6f
Update Socketio Dockerfile (#831)
Changing user to frappe makes all after commands make executable under frappe user except COPY command so trying with externally specifying with --chown=frappe:frappe
2022-06-26 04:18:48 +05:30
Marco
2b6c8b6fa9
Update nginx-template.conf (#828) 2022-06-24 11:59:27 +05:30
dependabot[bot]
e731ba1950
chore(deps): bump nginxinc/nginx-unprivileged in /images/nginx (#827)
Bumps nginxinc/nginx-unprivileged from 1.21.6-alpine to 1.23.0-alpine.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 11:34:08 +05:30
github-actions
3e5f34a710 chore: Update example.env 2022-06-21 11:32:17 +00:00
github-actions
a249ed4c81 chore: Update example.env 2022-06-21 05:44:01 +00:00
github-actions[bot]
585ed6a7d9
chore(deps): Update pre-commit hooks (#823)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-06-17 14:19:27 +05:30
github-actions[bot]
45ff41d8bc
chore(deps): Update pre-commit hooks (#822)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-06-15 15:45:44 +05:30
github-actions
8816da8097 chore: Update example.env 2022-06-14 08:00:40 +00:00
github-actions
b972bcfab2 chore: Update example.env 2022-06-14 06:23:05 +00:00
dependabot[bot]
8065f9760b
chore(deps): bump actions/setup-python from 3 to 4 (#819)
* chore(deps): bump actions/setup-python from 3 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: set setup-python@v4 python-version for lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2022-06-13 15:27:24 +05:30
github-actions
a3ce77fcf1 chore: Update example.env 2022-06-13 06:47:11 +00:00
github-actions
b0b6f5318e chore: Update example.env 2022-06-11 07:28:47 +00:00
github-actions[bot]
2bc21c087e
chore(deps): Update pre-commit hooks (#818)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-06-08 13:27:03 +05:30
github-actions[bot]
37074dce29
chore(deps): Update pre-commit hooks (#817)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-06-08 04:59:45 +05:30
github-actions
118b248581 chore: Update example.env 2022-06-07 10:15:50 +00:00
github-actions
c6108689dd chore: Update example.env 2022-06-07 09:54:26 +00:00
github-actions
f466495593 chore: Update example.env 2022-05-31 13:26:26 +00:00
github-actions
38ed43fc35 chore: Update example.env 2022-05-27 07:03:34 +00:00
github-actions
b8ea483461 chore: Update example.env 2022-05-26 05:47:13 +00:00
Abhirup Pal
a020885206
Fix container name in documentation. (#810) 2022-05-23 14:34:48 +05:30
github-actions
54629a8c78 chore: Update example.env 2022-05-20 09:01:52 +00:00
github-actions
27f0430544 chore: Update example.env 2022-05-17 07:56:44 +00:00
github-actions
a20d6246ad chore: Update example.env 2022-05-17 07:26:35 +00:00
github-actions
733d091ec2 chore: Update example.env 2022-05-13 07:54:46 +00:00
github-actions
3a22cc3b11 chore: Update example.env 2022-05-12 10:17:34 +00:00
github-actions
f1137a50a8 chore: Update example.env 2022-05-10 10:40:02 +00:00
github-actions
c73b2e5d38 chore: Update example.env 2022-05-10 09:29:07 +00:00
Safwan Erooth
75b83237a0
docs: fixed app installation command. (#802)
- In the app installation step, the command has been fixed.
- also changed the example command to use version 13 of ERPNext instead of 12
2022-05-07 10:15:41 +05:30
dependabot[bot]
d5a54fe5a6
chore(deps): bump docker/setup-buildx-action from 1 to 2 (#798)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 18:24:44 +03:00
dependabot[bot]
b54591cae6
chore(deps): bump docker/bake-action from 1.7.0 to 2.0.0 (#799)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v1.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 18:24:32 +03:00
dependabot[bot]
78a2079b40
chore(deps): bump docker/login-action from 1 to 2 (#800)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 18:23:47 +03:00
dependabot[bot]
a9f3a15d29
chore(deps): bump docker/setup-qemu-action from 1 to 2 (#801)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 18:23:28 +03:00
github-actions[bot]
3926095d81
chore(deps): Update pre-commit hooks (#797)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-05-06 04:22:55 +05:30
github-actions
332f7f3b15 chore: Update example.env 2022-05-03 09:08:53 +00:00
github-actions
87c23025e2 chore: Update example.env 2022-05-03 08:21:25 +00:00
Revant Nandgaonkar
ed6efe5cf4
docs: fix port based multi tenancy (#795) 2022-05-02 14:01:36 +05:30
Revant Nandgaonkar
e362c26fc1
docs: improve and organize docs (#791)
* docs: improve and organize docs

* docs: improve setup options
2022-05-02 05:47:53 +05:30
Lev
9f502c8538
Fix builds failing (#793)
* Fix builds failing
Fixes #792

* Suppress `docker compose down` errors in cleanup

* Cover all cases

* Fix linting

* Remove unused import
2022-05-02 03:58:25 +05:30
github-actions
ed5311473c chore: Update example.env 2022-04-26 07:58:42 +00:00
dependabot[bot]
dca3e82df6
chore(deps): bump pytest from 7.1.1 to 7.1.2 (#788)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 18:54:16 +05:30
Revant Nandgaonkar
5fbd9bdda5
feat: optional bucket directory for push-backup (#784) 2022-04-20 05:09:56 +05:30
github-actions
c9258ae843 chore: Update example.env 2022-04-19 11:00:10 +00:00
github-actions
e2768a93f6 chore: Update example.env 2022-04-13 09:32:39 +00:00
Byju Abraham
76cfbd6468
Add the base URL to the rewrite rules in the nginx config template (#779)
* Add the base URL to the rewrite rules in the nginx config template

* Replace forced HTTPS with nginx variable

* ci: fix inputs.platforms (#782)

* ci: fix inputs.platforms

* ci: remove inputs.platforms

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2022-04-13 12:19:35 +03:00
Revant Nandgaonkar
53a0e1a7ba
ci: fix inputs.platforms (#782)
* ci: fix inputs.platforms

* ci: remove inputs.platforms
2022-04-13 12:37:55 +05:30
Revant Nandgaonkar
d3906b2620
ci: do not build arm64 images (#777)
* ci: do not build arm64 images

* ci: do not build arm64 images for develop branch

* ci: remove common setup qemu step

* ci: remove common setup platform inputs
2022-04-11 21:30:54 +05:30
dependabot[bot]
0b952833b7
chore(deps): bump actions/setup-go from 2 to 3 (#775)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 15:24:48 +03:00
dependabot[bot]
c3624ac417
chore(deps): bump actions/stale from 4 to 5 (#774)
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 15:24:27 +03:00
Revant Nandgaonkar
5edac4c12a
feat: allow custom git repos (#771)
fixes #770
2022-04-11 10:30:16 +05:30