Compare commits
2 Commits
0.1.0+4.6.2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 774e104e05 | |||
| 20d4212ba2 |
@@ -1,13 +1,13 @@
|
||||
# baserow
|
||||
# formio
|
||||
|
||||
> Minimum Viable deploy of Baserow: Open source no-code database and Airtable alternative
|
||||
> A Form and Data Management Platform for Progressive Web Applications. [https://](https://github.com/formio/formio)
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 0
|
||||
* **Image**: [`baserow`](https://hub.docker.com/r/baserow), 4, upstream
|
||||
* **Healthcheck**: Yes (using https://baserow.io/docs/installation%2Finstall-with-docker#running-healthchecks-on-baserow)
|
||||
* **Image**: [`formio`](https://hub.docker.com/r/formio/formio), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: No
|
||||
* **Tests**: No
|
||||
@@ -17,15 +17,9 @@
|
||||
|
||||
## Quick start
|
||||
|
||||
* `abra app new baserow`
|
||||
* `abra app new formio`
|
||||
* `abra app config <app-name>`
|
||||
* `abra app deploy <app-name>`
|
||||
|
||||
## Resources
|
||||
|
||||
* Baserow requires over 2GB RAM to run on Co-op Cloud with default settings
|
||||
* For environments with 2GB or less RAM, run `abra app config <app-name>` and uncomment the `For low-resource machines` config block
|
||||
* More info: https://hub.docker.com/r/baserow/baserow/#scaling-options
|
||||
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ services:
|
||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+4.6.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.1+4.6.2"
|
||||
configs:
|
||||
- source: custom-entrypoint
|
||||
target: /custom-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user