coolify/templates/compose/nocodb.yaml

19 lines
569 B
YAML
Raw Normal View History

2024-02-20 17:08:16 +01:00
# documentation: https://nocodb.com/
2023-10-26 13:32:23 +02:00
# slogan: NocoDB is an open source Airtable alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
# tags: nocodb,airtable,mysql,postgresql,sqlserver,sqlite,mariadb
2024-02-20 17:08:16 +01:00
# logo: svgs/nocodb.svg
2024-03-12 20:03:11 +01:00
# port: 8080
2023-10-26 13:32:23 +02:00
services:
nocodb:
image: nocodb/nocodb
environment:
2024-03-12 20:03:11 +01:00
- SERVICE_FQDN_NOCODB_8080
2023-10-26 13:32:23 +02:00
volumes:
- nocodb-data:/usr/app/data/
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"]
2023-10-26 13:32:23 +02:00
interval: 5s
timeout: 20s
retries: 10