Add port configuration for services

This commit is contained in:
Andras Bacsai
2024-03-12 20:03:11 +01:00
parent c835c02bf2
commit 73e9410264
8 changed files with 35 additions and 21 deletions

View File

@@ -2,12 +2,13 @@
# 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
# logo: svgs/nocodb.svg
# port: 8080
services:
nocodb:
image: nocodb/nocodb
environment:
- SERVICE_FQDN_NOCODB
- SERVICE_FQDN_NOCODB_8080
volumes:
- nocodb-data:/usr/app/data/
healthcheck: