Laurence Jones
2caa91d772
enhance: Formbricks template add required CRON_SECRET
...
formbricks/formbricks#2874
A new required env var has been added, using special magic to generate a random password as the value to abstract away from user.
2024-07-26 12:25:12 +01:00
Andras Bacsai
6afc0b6303
fix: gitlab logo
2024-07-25 14:17:26 +02:00
Andras Bacsai
f558f01ffd
fix: gitlab service
2024-07-25 14:14:00 +02:00
Andras Bacsai
47fa955e71
Merge pull request #2638 from GunniBusch/main
...
[TEMPLATE] Add GitLab template
2024-07-25 13:49:40 +02:00
Axel Kaotic
27adf864ed
[+] Template: chaskiq
2024-07-25 03:15:03 +02:00
Andras Bacsai
6f4436fd5e
fix: plane service images
2024-07-22 14:32:58 +02:00
Andras Bacsai
35d9691b3f
chore: Update APP_BASE_URL to use SERVICE_FQDN_PLANE
2024-07-22 11:16:50 +02:00
Andras Bacsai
583ec432e8
Merge branch 'next' into bugfix/2860_plane_images
2024-07-22 09:43:16 +02:00
Toby Brancher
097ca209bc
Support map fields in Directus
...
To support the map fields in Directus with Postgres you need the Postgis extension installed, with docker we can just change the image to use the equivalent alpine postgis image, source latest stable alpine from here (perhaps there is a better ref to use than one with a specific version number?): https://registry.hub.docker.com/r/postgis/postgis/
If you are already running Directus without postgis, and would like to make use of the mapping fields after updating the docker compose file you will need to go to `execute command`, select the postgres container and run the following command filling in the appropriate env vars;
`psql -U ${SERVICE_USER_POSTGRESQL} -d ${POSTGRESQL_DATABASE} -c "CREATE EXTENSION postgis;"`
2024-07-21 23:39:22 +01:00
Alexander G.
439fe43a04
#2860 - plane service: fixed image uploads not working because credentials were unset
2024-07-21 15:54:42 +02:00
Andras Bacsai
133a68f3eb
update suapbase
2024-07-20 12:31:05 +02:00
Andras Bacsai
3224110583
fix: supabase
2024-07-20 12:30:32 +02:00
Andras Bacsai
da064def7a
update service-templates
2024-07-19 10:06:26 +02:00
Pjort
548c4a4c64
Update supabase.yaml
...
Fixes problem related to emails sent for invite and forgotten password, that then doesn't actually use the external URL instead uses the hardcoded: http://supabase-kong:8000
2024-07-15 17:47:35 +02:00
Andras Bacsai
7d64df60cd
fix: drupal
2024-07-15 13:59:33 +02:00
Andras Bacsai
eb3a4ca157
Merge pull request #2463 from emircanerkul/main
...
Add drupal-with-postgresql service template
2024-07-15 13:51:43 +02:00
Andras Bacsai
a7b5157fa6
fix: docmost template
2024-07-15 12:58:29 +02:00
Andras Bacsai
793e6d19eb
Merge pull request #2747 from alfinauzikri/main
...
[TEMPLATE] Add Docmost Template
2024-07-15 12:54:36 +02:00
Andras Bacsai
674fa4d09c
fix: vikunja
2024-07-15 12:51:04 +02:00
Andras Bacsai
e1d802b507
Merge pull request #2817 from luckydonald/patch-2
...
[TEMPLATE] fix vikunja, add postgres variant.
2024-07-15 12:18:21 +02:00
Andras Bacsai
9927b71af9
fix: plane service template
2024-07-15 12:13:34 +02:00
Andras Bacsai
35cae1d4dc
Merge pull request #2831 from MrAlexand0r/main
...
[Feature] #2354 - Add Plane Service
2024-07-15 11:48:53 +02:00
Andras Bacsai
3dab3365e2
fix service-templates
2024-07-15 11:40:12 +02:00
Andras Bacsai
1bdc7c87ba
Delete templates/service-templates.json
2024-07-15 11:34:40 +02:00
Andras Bacsai
a5dd4cab52
fix: update minio hc in services
2024-07-15 11:31:13 +02:00
Alexander Gratzl
b67bb8595f
removed health checks none
2024-07-14 00:36:14 +02:00
Mateus Fernandes
bec47487dd
fix(MinIO): new command healthcheck
...
MinIO container were not available, as they do not contain the CURL or WGET commands, but MinIO has its own verification command:
https://github.com/minio/minio/issues/18389
2024-07-13 12:33:54 -03:00
Mateus Fernandes
b110d0c12b
fix(reactive-resume): new healthcheck command for MinIO
...
MinIO container were not available, as they do not contain the CURL or WGET commands, but MinIO has its own verification command:
https://github.com/minio/minio/issues/18389
2024-07-13 12:33:12 -03:00
Alexander G
ae425475b4
#2354 added healthchecks for the services
2024-07-13 10:41:04 +02:00
Alexander
77a6a6e46a
Merge branch 'main' of https://github.com/coollabsio/coolify
...
# Conflicts:
# templates/service-templates.json
2024-07-13 01:08:17 +02:00
Alexander
2278ba31e7
#2354 WIP plane feature
2024-07-13 00:38:41 +02:00
Luckydonald
7de2b8cbd7
Create vikunja-with-postgres.yaml
...
to have a db variant.
2024-07-12 13:58:14 +02:00
Luckydonald
852e906736
Update vikunja.yaml, follow recommended docker-compose.
2024-07-12 13:55:37 +02:00
Andras Bacsai
62a93d3e51
feat: Add new logo for Latitude
2024-07-12 10:38:16 +02:00
Jan Biasi
aaa6f434a9
feat: add security and storage access key env to twenty template
2024-07-12 09:23:51 +02:00
Andras Bacsai
f35700c9ee
chore: Update Plausible docker compose template to Plausible 2.1.0
2024-07-10 14:02:05 +02:00
Andras Bacsai
71d24773b6
chore: Update Plausible docker compose template to Plausible 2.1.0
2024-07-10 13:58:53 +02:00
Andras Bacsai
01977839f7
Merge branch 'next' into patch-1
2024-07-10 13:25:42 +02:00
Andras Bacsai
0116892b6b
Merge pull request #2774 from OlegWock/fix-gitea-installations
...
Update volumes for Gitea with DB templates
2024-07-10 13:24:55 +02:00
Andras Bacsai
4d88873524
Merge pull request #2779 from Lukyrouge3/patch-1
...
Fixing supabase service
2024-07-10 13:19:45 +02:00
Saeed Esmaili
02ba149e26
Update to community-edition:v2.1.1
2024-07-10 11:53:49 +02:00
Saeed Esmaili
2981aa876c
Update plausible.yaml to plausible v2.1.0
2024-07-10 11:43:35 +02:00
Torrenté Florian
cbcc7f6d88
Update supabase.yaml
...
Based on solution here:
https://github.com/coollabsio/coolify/issues/2696
Tested and working !
2024-07-10 00:10:17 +02:00
OlegWock
906a3dc9b4
Update volumes for Gitea with DB templates
2024-07-09 11:36:24 +02:00
Alfin Auzikri
25f0a8f0b7
Create docmost.yaml
2024-07-04 23:38:16 +07:00
Andras Bacsai
c015c8f45d
service: glances
2024-06-25 14:21:25 +02:00
Leonardo Cabeza
408c24c700
Merge remote-tracking branch 'upstream/next' into next
2024-06-24 17:54:12 -05:00
Andras Bacsai
50191221b9
feat: Update statusnook logo filename in compose template
2024-06-24 11:52:03 +02:00
Andras Bacsai
61236b45fb
Merge pull request #2624 from goksan/statusnook-template
...
Statusnook template
2024-06-24 11:46:31 +02:00
Leon Adomaitis
53032469e7
added smtp config
2024-06-23 21:43:14 +02:00
Leon Adomaitis
768e27d68c
Add metadata
2024-06-23 04:12:03 +02:00
Leon Adomaitis
6585db1f9c
Merge branch 'next' into main
2024-06-23 03:56:50 +02:00
Leon Adomaitis
42aa2d0088
add first outline of the gitlab compose file
2024-06-23 03:52:29 +02:00
Goksan Kadir
f95e879a58
statusnook template
2024-06-21 20:49:38 +01:00
Andras Bacsai
72033279c2
update servicetemplates
2024-06-21 15:11:40 +02:00
Andras Bacsai
9919224226
Merge pull request #2602 from ryseek/anon_key_fix
...
fix: Supabase realtime service health check gets 403
2024-06-21 15:11:22 +02:00
Andras Bacsai
b657aa33fa
update servicetemplates
2024-06-21 15:07:10 +02:00
Márton Szücs
bdcb467208
Fix healthcheck for Postgres in Authentic compose stack
...
Postgres would never get in healthy state because the environment variable SERVICE_USER_POSTGRESQL was never set inside the container.
Using POSTGRES_USER container env instead which receives the value from SERVICE_USER_POSTGRESQL.
Also adding the condition "service_healthy" for the depends_on. This will make the Authentic containers to wait for Postgres and Redis to be healthy before starting.
2024-06-20 19:45:06 +02:00
Ruslan Suleimanov
5232ce6e52
use the right key
2024-06-19 20:54:52 +02:00
Nicolas Bondoux
2f87deb10b
Update reactive-resume.yaml
2024-06-16 21:54:53 +02:00
Nicolas Bondoux
65253ca54e
Update reactive-resume.yaml
2024-06-16 21:51:00 +02:00
Leonardo Cabeza
7cc4a21383
fix: image logo
2024-06-13 20:46:13 -05:00
Leonardo Cabeza
af464c2af7
add: glances service
2024-06-13 20:39:37 -05:00
Emircan ERKUL
440baf6009
Create drupal-with-postgresql.yaml
2024-06-12 06:50:50 +03:00
Andras Bacsai
367a373904
feat: Update homepage.yaml with environment variables and volumes
2024-06-11 12:19:30 +02:00
Andras Bacsai
533587ce4e
Merge pull request #2416 from cksidharthan/feat/add-homepage
...
Feat/add homepage
2024-06-11 12:14:33 +02:00
Andras Bacsai
239f7fb35d
chore: Update logo file path in logto.yaml
2024-06-10 13:03:09 +02:00
Andras Bacsai
1cb8354aca
Merge pull request #2400 from Idorobots/fix-firefly-mariadb-healthcheck
...
Fix firefly mariadb healthcheck preventing app startup.
2024-06-10 13:02:53 +02:00
Andras Bacsai
2465b4ffd7
chore: Update logo file path in logto.yaml
2024-06-10 13:01:55 +02:00
Sidharthan
82e7348cf2
feat: add homepage template
2024-06-09 21:39:36 +00:00
Kajetan Rzepecki
00ed54799f
Fix Firefly III MariaDB health check.
2024-06-09 13:14:07 +02:00
Yarmeli
2083941361
Fix postgres health check throwing fatal errors
2024-06-08 15:31:59 +01:00
Andras Bacsai
05d2e15ab5
update service-templates
2024-06-07 12:28:42 +02:00
Andras Bacsai
7d6590c60a
Merge pull request #2347 from tikotzky/patch-1
...
Add GLITCHTIP_DOMAIN to glitchtip worker service
2024-06-07 12:28:21 +02:00
Andras Bacsai
ab3c433450
Merge pull request #2352 from Geczy/patch-2
...
fix: supabase service, newest versions
2024-06-07 11:04:50 +02:00
Andras Bacsai
277d939033
services: rocketchat
2024-06-06 11:39:23 +02:00
Andras Bacsai
26fbdcfab0
Merge pull request #2344 from LEstradioto/feat--add-rocketchat-template
...
feat: add rocketchat template
2024-06-06 11:37:50 +02:00
Matt
11fccb8e89
fix: supabase service, newest versions
2024-06-04 07:58:40 -05:00
Alejandro Akbal
21fc8efb86
feat: add Mixpost template
2024-06-04 13:13:37 +01:00
Andras Bacsai
1e126dd2c3
refactor: Update save_environment_variables method to use application's environment_variables instead of environment_variables_preview
2024-06-04 12:59:45 +02:00
Luan Estradioto
bc3bb78916
add rocketchat template
2024-06-03 18:12:47 -03:00
Mordy Tikotzky
0ebf5e49fb
Add GLITCHTIP_DOMAIN to glitchtip worker service
...
Without it set on the worker emails send via the worker point to localhost instead of the correct domain.
2024-06-03 15:01:52 -04:00
Andras Bacsai
c340921fbb
refactor
2024-06-03 19:12:49 +02:00
Andras Bacsai
2004a751dd
Merge pull request #2199 from ivangsm/sonarqube-template
...
update sonarqube template
2024-05-31 13:02:32 +02:00
Andras Bacsai
cb6bf78595
feat: Add port configuration for Vaultwarden service
2024-05-31 12:54:16 +02:00
Andras Bacsai
62334ddef7
Merge pull request #2293 from iamEvanYT/vaultwarden-fix
...
Fix Vaultwarden + Add Configs
2024-05-31 12:44:16 +02:00
Andras Bacsai
778f67f2e4
refactor: Update slogan in shlink.yaml
2024-05-31 12:28:56 +02:00
Andras Bacsai
099d6801b7
fix: logto service
2024-05-31 10:55:02 +02:00
iamEvan
d4f6a86a57
Remove SMTP Env Variables
2024-05-28 12:39:40 +01:00
iamEvan
7c0c1e6cf8
Add Real IP support for Reverse Proxies
2024-05-28 01:12:59 +01:00
iamEvan
424437446d
Added Push Notification Variables
2024-05-27 23:40:35 +01:00
Evan
908c74eb27
Merge branch 'next' into vaultwarden-fix
2024-05-27 17:45:00 +08:00
Evan
97da13c3c4
Merge branch 'coollabsio:main' into vaultwarden-fix
2024-05-27 16:04:02 +08:00
iamEvan
7134b46cdc
Fix Vaultwarden + Add Configs
2024-05-27 08:51:32 +01:00
Andras Bacsai
21cdf59065
fix chatwoot
2024-05-24 13:54:57 +02:00
Andras Bacsai
e3693afb75
Merge pull request #2283 from odraude7/main
...
Add chatwoot template
2024-05-24 13:11:25 +02:00
Eduardo Neves
75e8064044
Add chatwoot template
2024-05-23 17:25:55 -03:00
Andras Bacsai
6f3e38e392
refactor: Add Huly services to compose file
2024-05-23 15:21:29 +02:00
Andras Bacsai
244c81587c
fix: templates
2024-05-23 11:13:06 +02:00
Andras Bacsai
27eef36677
Merge pull request #2216 from theh2so4/main
...
Templates
2024-05-23 08:32:27 +02:00
Andras Bacsai
d91953e70b
add service-templates
2024-05-23 08:31:55 +02:00
Andras Bacsai
bbc5a49054
Delete templates/service-templates.json
2024-05-23 08:28:48 +02:00
Andras Bacsai
f89fe9fbab
Update templates/compose/glance.yaml
...
Co-authored-by: Jonas <mrlordalfred@gmail.com>
2024-05-23 08:28:28 +02:00
Andras Bacsai
0c042bfe50
Merge pull request #2272 from samuelteixeiras/patch-1
...
Add `--ignore-existing` to minio-createbucket
2024-05-23 08:27:16 +02:00
Samuel Teixeira
1a7894b15e
Update supabase.yaml
...
Add `--ignore-existing` into bucket creation to avoid the service be unhealthy.
2024-05-23 03:55:13 +01:00
Andras Bacsai
10f3d8aa0f
fix: use local versions + service templates and query them every 10 minutes
2024-05-22 09:23:17 +02:00
TheH2SO4
0d89d4d0d3
Glance
...
[+] Releasing Glance template.
2024-05-17 13:27:23 +02:00
Andras Bacsai
e2ba5abe76
fix: hc from localhost to 127.0.0.1
2024-05-17 10:11:55 +02:00
TheH2SO4
285623a02b
MediaWiki
...
[!] Fix image
2024-05-16 11:48:51 +02:00
TheH2SO4
d71a0ddd66
MediaWiki
...
[+] MediaWiki (SQLite)
2024-05-16 11:11:12 +02:00
TheH2SO4
c2d2b3f3b2
Docuseal
...
[+] Fix
2024-05-15 22:54:46 +02:00
TheH2SO4
4aa153fcf1
Docuseal
...
[!] Docuseal (SQLite) fix compose encode
2024-05-15 22:27:56 +02:00
TheH2SO4
824f63a3ad
Docuseal
...
[+] Docuseal (SQLite)
[+] Docuseal (Postgres)
2024-05-15 22:25:58 +02:00
Andras Bacsai
0ffba45517
chore: Update twenty CRM template with environment variables and dependencies
2024-05-15 09:46:31 +02:00
Andras Bacsai
0008f44255
Merge pull request #2098 from jonkristian/main
...
Added twenty crm template
2024-05-15 09:11:04 +02:00
Iván Salazar
f3fe4433ae
update sonarqube template
2024-05-13 21:33:36 -06:00
Andras Bacsai
fb80318553
Refactor docker-compose files to remove version numbers
2024-05-08 09:23:36 +02:00
Andras Bacsai
d0e9d58a43
chore: Add Listmonk service template and logo
2024-05-07 10:22:02 +02:00
Jon Kristian Nilsen
4549223d6d
Storage type should be exposed. Fixed healthcheck test.
2024-05-03 12:56:49 +02:00
Jon Kristian Nilsen
91dd3468d5
Storage type should be exposed. Fixed healthcheck test.
2024-05-03 12:55:05 +02:00
Andras Bacsai
a8520f6593
Refactor server form to dispatch 'proxyStatusUpdated' event when server is unreachable
2024-05-03 11:26:06 +02:00
Andras Bacsai
b8f2066408
Merge pull request #2117 from RayBB/vikunja-template
...
add vikunja service template
2024-05-03 11:18:03 +02:00
Andras Bacsai
cc48b6cd96
Merge pull request #2101 from Geczy/patch-1
...
Update supabase service yaml to newest fixes
2024-05-03 11:15:59 +02:00
Andras Bacsai
b36c735445
Refactor service-templates.json to update formbricks image origin
2024-05-03 11:14:30 +02:00
Andras Bacsai
5f0f26a3ac
Merge pull request #2103 from seu1a/next
...
fix: formbricks image origin
2024-05-03 11:14:01 +02:00
Matt
821bfe68c1
Merge branch 'next' into patch-1
2024-05-02 10:53:24 -05:00
Matt
596eaa7590
fix realtime
2024-05-02 10:52:55 -05:00
RayBB
08fd0f0fa9
add vikunja service template
2024-05-02 17:10:44 +02:00
Andras Bacsai
77c925ce4b
Merge branch 'main' into next
2024-05-02 15:09:17 +02:00
Andras Bacsai
e3aa4143c7
Update service-templates.json
2024-05-02 15:08:37 +02:00
Andras Bacsai
0a93808076
Update Gitea volume path in gitea.yaml
2024-05-02 15:06:40 +02:00
이슬아
921da7242d
fix: formbricks image origin
2024-05-01 10:44:58 +09:00
Matt
bdcb3af6fa
Update supabase.yaml
2024-04-30 13:41:08 -05:00
Jon Kristian Nilsen
9cb981f068
Added twenty crm template + logo.
2024-04-29 13:29:42 +02:00
Andras Bacsai
c8b494e909
Add Odoo service and template files
2024-04-26 12:05:56 +02:00
Andras Bacsai
672ad22e4f
fix: n8n template
2024-04-25 12:32:35 +02:00
Andras Bacsai
5195abec94
Update slogans in appsmith.yaml, appwrite.yaml, babybuddy.yaml, and budge.yaml
2024-04-17 15:48:14 +02:00
Andras Bacsai
ca5f52c48c
Add Tolgee service to compose file and service templates
2024-04-17 12:48:11 +02:00
Andras Bacsai
2c1b3d5790
Update Supabase Studio image version in supabase.yaml
2024-04-17 11:13:23 +02:00
Andras Bacsai
a04c7831b1
wip: non-root user for remote servers
2024-04-16 15:42:38 +02:00
Andras Bacsai
1aec16a240
Refactor healthcheck configurations in Docker Compose files
2024-04-16 14:08:11 +02:00
Andras Bacsai
498626748d
Update Supabase images to latest versions
2024-04-16 13:18:55 +02:00
Andras Bacsai
92ee2be021
Merge pull request #1832 from estubmo/main
...
Upgrade Appwrite service template to 1.5
2024-04-16 12:56:54 +02:00
Andras Bacsai
02e4528f3e
add and fix a lot of services
2024-04-16 12:42:12 +02:00
Andras Bacsai
5dd2b4c439
Merge pull request #1990 from Dinip/add-unleash-as-a-service
...
Add Unleash as a service
2024-04-16 12:24:52 +02:00
Andras Bacsai
5a86588cb5
Merge pull request #1950 from AmruthPillai/main
...
Add Reactive Resume as a Service
2024-04-16 11:58:54 +02:00
Andras Bacsai
a7a4baa06e
Merge pull request #1925 from amerkestijn/main
...
Added ActivePieces as a service
2024-04-16 11:47:14 +02:00
Andras Bacsai
d2a1c449da
Merge pull request #1907 from hades200082/services/logto
...
Added logto.io compose
2024-04-16 11:02:48 +02:00
Andras Bacsai
1ec81482cc
Merge pull request #1900 from iamEvanYT/cloudflared
...
Added Cloudflared as a Service
2024-04-16 10:51:40 +02:00
Andras Bacsai
f7187bb798
Merge pull request #1899 from kunumigab/main
...
Added Classicpress as a service
2024-04-16 10:12:20 +02:00