Commit Graph

556 Commits

Author SHA1 Message Date
mike12345567 df98d6bb5d Updating CouchDB directory to be SQS by default, this image has both Lucene and SQS capabilities so it is backwards compatiable. 2024-07-02 12:14:01 +01:00
Martin McKeaveney ec892a13b6 merge 2024-06-04 12:43:34 +01:00
Martin McKeaveney 3909bbcfc0 NGINX headers for security audit 2024-06-03 15:05:18 +01:00
Sam Rose 1f07b7ad0a
Correct SQS URL for single image builds. 2024-05-29 15:29:40 +01:00
mike12345567 fa140b5f3d Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs 2024-05-28 17:29:47 +01:00
Sam Rose 13c1e0c855
Allow configuring base image for the single image Docker build. 2024-05-28 13:51:41 +01:00
mike12345567 ff8684d9b4 Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs 2024-05-22 15:23:24 +01:00
mike12345567 aa9f836572 Support dev build with SQS. 2024-05-21 18:14:04 +01:00
Dean 995d2154ca Included blob: in worker csp security header. Required for atrament to load 2024-05-20 14:09:07 +01:00
mike12345567 0efa1f06ab Moving some stuff around to make way for other services using the sql layers. 2024-05-16 17:33:47 +01:00
mike12345567 f66fc306eb Updating the address used to connect to CouchDB to using 127.0.0.1 rather than localhost to avoid overlap with IPv6 issues. 2024-05-03 17:30:15 +01:00
Adria Navarro e48c51b086 Remove 2024-04-25 11:23:08 +02:00
mike12345567 7d7de33cab Removing CouchDB SQS image for now. 2024-04-12 16:29:48 +01:00
mike12345567 6e4a66b2e1 Initial implementation of generating SQS junction table definitions. 2024-04-11 18:19:47 +01:00
melohagan 187e7b281a
Chore/update csp posthog (#13455)
* Add us.i.posthog.com to CSP

* Allow posthog survey scripts in CSP
2024-04-11 09:57:36 +01:00
melohagan 6613dfad44
Add us.i.posthog.com to CSP (#13453) 2024-04-11 08:40:50 +01:00
mike12345567 710ffacc4c Adding ARM SQS binaries and support in image for these. 2024-04-09 18:30:50 +01:00
mike12345567 230bfe3e90 Addressing PR comments around Dockerfile. 2024-04-09 11:59:54 +01:00
mike12345567 680b6af2d1 Removing merge artifact, extra sleep. 2024-04-09 10:25:44 +01:00
mike12345567 ce8efa9409 Disabling dev SQS image for merge. 2024-04-04 15:26:39 +01:00
mike12345567 8df38b8bb2 Merging in most recent changes, recent SQL aliasing changes caused some big differences. 2024-03-20 12:42:07 +00:00
Adria Navarro 2d641a9672 Clean worker and server dockerfile string-templates injection 2024-03-15 14:53:50 +01:00
Adria Navarro cda2b3c8eb Clean single image dockerfile 2024-03-15 14:53:50 +01:00
mike12345567 90c06e633b Merging latest master. 2024-02-26 15:46:00 +00:00
Adria Navarro 9127337f8b Use latest image 2024-02-20 13:14:49 +01:00
Sam Rose 30abf188a3
Bail out if server startup fails. 2024-02-16 15:13:26 +00:00
Sam Rose 89557d5407
Merge branch 'master' of github.com:budibase/budibase into fix-arm-image-with-isolated-vm 2024-02-16 11:07:51 +00:00
mike12345567 9a9fa3c716 Updating CouchDB with the Budi CLI, making sure the service is always up to date, as well as removing pull policy. 2024-02-16 10:46:36 +00:00
Sam Rose 22240659eb
Link to the correct Dockerfile we've modified. 2024-02-13 15:36:09 +00:00
Sam Rose 634b3b43dd
Better delineate what is our CouchDB image and what is from the official one. 2024-02-13 15:35:44 +00:00
Sam Rose f6137e0974
Put the couchdb reference back in the single image build. 2024-02-13 12:09:00 +00:00
Sam Rose 140ff2d985
Use node:20-slim as the base for consistency with app images. 2024-02-13 12:08:25 +00:00
Sam Rose ea9811b986
Update CouchDB image to bookworm and couchdb 3.3.3. 2024-02-13 11:51:45 +00:00
mike12345567 d87c7a1c4a Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2024-02-02 17:09:54 +00:00
Adria Navarro 8dfcc3aeb1
Revert "Revert "Migrate from `vm` to `isolated-vm`"" 2024-02-02 12:02:09 +01:00
Sam Rose 332a201ae7
Revert "Migrate from `vm` to `isolated-vm`" 2024-02-02 09:51:46 +00:00
Adria Navarro 45ea6a6fd6
Revert "Revert "Migrate from `vm` to `isolated-vm`"" 2024-02-01 16:47:41 +01:00
Adria Navarro 16749ec3dd
Revert "Migrate from `vm` to `isolated-vm`" 2024-02-01 16:30:34 +01:00
Sam Rose 290dde125e
Merge master. 2024-01-12 14:56:10 +00:00
Sam Rose 010ddc2c34
Set the CouchDB credentials in a safer way inside of runner.sh. 2024-01-08 10:07:14 +00:00
Sam Rose 6eb19f40cf
Merge master. 2024-01-05 16:21:53 +00:00
Sam Rose 58abca62de
work in progress: replace vm2 and vm with isolated-vm 2024-01-05 13:48:20 +00:00
mike12345567 f416f7a54f Get rid of a warning when starting up self host stack with docker compose V2 - OFFLINE_MODE is fine to be left as a blank string and warning might be causing some confusion. 2024-01-05 12:24:56 +00:00
melohagan f34defb77f
Merge branch 'master' into budi-7859-docker-compose-up-1-errors-decoding-error-decoding-command 2024-01-04 08:54:54 +00:00
Mel O'Hagan 9ac5a8e887 Wrap redis password in double quotes 2024-01-03 12:15:15 +00:00
Adria Navarro a3e371edff Update docker versions 2023-12-22 15:05:42 +01:00
Martin McKeaveney b4ee112d0a
Update runner.sh 2023-12-20 12:03:38 +00:00
Martin McKeaveney f58e1f6f0b don't start minio with s3 2023-12-19 16:17:55 +00:00
Martin McKeaveney 4d8068000c adding var to allow s3 support in the single image 2023-12-19 16:00:42 +00:00
Sam Rose 995f24c64f
Allow cluster internal traffic to hit the nginx status endpoint. 2023-12-14 15:35:45 +00:00