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

1411 Commits

Author SHA1 Message Date
github-actions
f46582fc46 chore: Update example.env 2024-07-24 07:35:38 +00:00
Sai Vineeth
c5b3f50b02
Updated example.env to include correct reference to doc (#1443) 2024-07-24 09:13:06 +05:30
dependabot[bot]
431d31df00
chore(deps): bump docker/bake-action from 5.4.0 to 5.5.0 (#1444)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.4.0...v5.5.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>
2024-07-24 04:53:39 +05:30
dependabot[bot]
3aa10ee435
chore(deps): bump pytest from 8.2.2 to 8.3.1 (#1442)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [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/8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  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>
2024-07-24 04:53:23 +05:30
dependabot[bot]
c08851ecdc
chore(deps): bump docker/bake-action from 5.3.0 to 5.4.0 (#1436)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.3.0...v5.4.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>
2024-07-22 13:46:16 +05:30
gp
9af0cfdf81
Fix: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (#1435) 2024-07-22 13:45:50 +05:30
github-actions
6ea76cd7a1 chore: Update example.env 2024-07-17 05:20:13 +00:00
github-actions
87782bbdf3 chore: Update example.env 2024-07-13 05:27:22 +00:00
github-actions
a9dbb0ef87 chore: Update example.env 2024-07-10 10:52:14 +00:00
github-actions
d91ea066fb chore: Update example.env 2024-07-05 02:55:39 +00:00
dependabot[bot]
0631489d25
chore(deps): bump docker/bake-action from 5.2.0 to 5.3.0 (#1427)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.2.0...v5.3.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>
2024-07-04 09:50:07 +05:30
gp
74b2bca9bf
Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426) 2024-07-04 02:49:10 +05:30
github-actions
83599aec23 chore: Update example.env 2024-07-03 15:04:42 +00:00
github-actions
22ca64c207 chore: Update example.env 2024-07-03 05:11:40 +00:00
vama
c1ee06b6ef
Update README.md (#1423)
updated docker compose command
2024-06-30 04:12:24 +05:30
dependabot[bot]
484ff82e71
chore(deps): bump docker/bake-action from 5.1.0 to 5.2.0 (#1422)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.1.0...v5.2.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>
2024-06-30 04:11:52 +05:30
github-actions
0e2d4eb50d chore: Update example.env 2024-06-29 16:27:27 +00:00
github-actions
6c7fe3de7f chore: Update example.env 2024-06-28 09:28:59 +00:00
Chev91
6c798cfb2b
Update docker-compose.yml (#1415)
A challenge I encountered while setting up the Development instance. The command 'bench init --skip-redis-config-generation frappe-bench' kept generating errors, which I discovered were due to an architecture mismatch between Docker and macOS. By updating the platform to linux/amd64 in my code, I was able to resolve this issue.
2024-06-25 10:36:25 +05:30
dependabot[bot]
507bbe2274
chore(deps): bump docker/bake-action from 4.6.0 to 5.1.0 (#1420)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.6.0 to 5.1.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4.6.0...v5.1.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>
2024-06-25 10:35:22 +05:30
github-actions
e1c924820f chore: Update example.env 2024-06-22 05:57:54 +00:00
github-actions
bec5cc97e1 chore: Update example.env 2024-06-19 06:34:37 +00:00
github-actions
a495cc8c0a chore: Update example.env 2024-06-12 12:03:06 +00:00
github-actions
d92503dec4 chore: Update example.env 2024-06-12 11:41:56 +00:00
github-actions
7fe7114ac8 chore: Update example.env 2024-06-11 13:23:14 +00:00
dependabot[bot]
ab3f6eab39
chore(deps): bump docker/bake-action from 4.5.0 to 4.6.0 (#1411)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4.5.0...v4.6.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>
2024-06-11 15:38:42 +05:30
github-actions
38a0b1fae2 chore: Update example.env 2024-06-11 09:59:42 +00:00
Himanshu Shivhare
10e28f4d9d
hyperlink updated (#1407) 2024-06-10 12:22:49 +05:30
dependabot[bot]
f3890a8ddc
chore(deps): bump pytest from 8.2.1 to 8.2.2 (#1406)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.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/8.2.1...8.2.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>
2024-06-10 12:22:17 +05:30
Chev91
281c072e77
fix: make docs more explicit for beginners (#1409) 2024-06-10 12:21:58 +05:30
github-actions
855c4f62cc chore: Update example.env 2024-06-10 05:04:01 +00:00
github-actions[bot]
63b3251312
chore(deps): Update pre-commit hooks (#1408)
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2024-06-10 04:19:45 +05:30
Yeifer Alexander Muñoz Torres
fa543662ed
#1402 Environment variables for custom image (#1403)
* chore: enhance compose.yaml with variables for customize

* chore: use default blank values for db and redis variables in compose.yaml

* chore: Use env var for HTTP(S) publish ports in overrides

* docs: explain use of environment variables for image customization

* chore: use ERPNEXT_VERSION as default

* docs: fixed spelling errors
2024-06-08 00:21:17 +05:30
github-actions
9da4d22dd7 chore: Update example.env 2024-06-06 12:29:57 +00:00
github-actions
943fe9605e chore: Update example.env 2024-06-05 01:26:41 +00:00
github-actions
408d853b20 chore: Update example.env 2024-05-30 14:06:07 +00:00
github-actions
ce16c6365c chore: Update example.env 2024-05-29 08:01:20 +00:00
Anthony
855ce6cb0b
Update single-server-example.md (#1401)
Fix nonworking step - hashed password fails - per https://discuss.frappe.io/t/frappe-docker-unable-to-log-in-into-traefik/123077
2024-05-28 19:06:49 +05:30
github-actions[bot]
40c1f97823
chore(deps): Update pre-commit hooks (#1398)
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2024-05-27 14:06:15 +05:30
github-actions
48d9e1a6ca chore: Update example.env 2024-05-22 08:55:20 +00:00
dependabot[bot]
0c41f01441
chore(deps): bump pytest from 8.2.0 to 8.2.1 (#1397)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1.
- [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/8.2.0...8.2.1)

---
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>
2024-05-21 14:21:21 +05:30
github-actions
694f258b1f chore: Update example.env 2024-05-20 10:31:57 +00:00
github-actions
e2b3fa301e chore: Update example.env 2024-05-17 05:36:30 +00:00
github-actions
bef73253c7 chore: Update example.env 2024-05-15 13:35:41 +00:00
github-actions
5d950887fe chore: Update example.env 2024-05-15 05:21:04 +00:00
github-actions
9c3251a722 chore: Update example.env 2024-05-13 11:33:31 +00:00
github-actions
be41f8fe4f chore: Update example.env 2024-05-09 05:38:37 +00:00
Bowrna
8404d8946d
Update development.md (#1392)
* Update development.md

The extension name is renamed

* Update development.md
2024-05-07 10:31:44 +05:30
github-actions
1544788406 chore: Update example.env 2024-05-06 08:50:11 +00:00
github-actions
13904d0a72 chore: Update example.env 2024-05-03 17:40:54 +00:00